Class: Rays::Worker::MavenUtil
- Inherits:
-
Object
- Object
- Rays::Worker::MavenUtil
- Defined in:
- lib/rays/workers/base.rb
Class Method Summary collapse
Class Method Details
.process_ejb(app_module) ⇒ Object
71 72 73 74 75 76 |
# File 'lib/rays/workers/base.rb', line 71 def process_ejb(app_module) check_parent_pom register_ee_module app_module register_ear_module app_module enable_client_ejb app_module end |
.process_pom(module_pom) ⇒ Object
66 67 68 69 |
# File 'lib/rays/workers/base.rb', line 66 def process_pom(module_pom) check_parent_pom add_parent_pom_to module_pom end |