Class: Rays::Worker::Cleaner::Maven

Inherits:
BaseWorker show all
Includes:
Singleton
Defined in:
lib/rays/workers/cleaner.rb

Overview

Maven cleaner

Instance Method Summary collapse

Methods inherited from BaseWorker

#execute, register

Instance Method Details

#clean(app_module) ⇒ Object



33
34
35
36
37
# File 'lib/rays/workers/cleaner.rb', line 33

def clean(app_module)
  execute('clean', app_module) do
    rays_exec("#{$rays_config.mvn} clean")
  end
end