|
I think it's a correct patch.
Emmanuel Index: integration/maven/plugin.jelly =================================================================== RCS file: /home/cvs/jakarta-cactus/integration/maven/plugin.jelly,v retrieving revision 1.22 diff -r1.22 plugin.jelly 1208c1208 < <j:if test="${dep.getProperty('ejb.manifest.classpath')=='true'}"> --- > <j:if test="${dep.getProperty('ear.bundle')=='true' || dep.getProperty('ear.module')=='true'}"> oops. Forget my previous comments. It's not correct. I was thinking about the
<ant:ear> code but you're actually talking about the cactus:generate-ear- descriptor goal... :-) Sorry. I'll have a look at this today and apply Emmanuel's patch. Applied + added support for the new <ear.module> property tagging. Thanks!
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||
EAR plugin to the Cactus plugin.jelly... However, I've just seen that the EAR
plugin has been recently updated and changed. So we should update the
behaviour in cactus plugin.jelly to the new ear plugin.jelly. Got a patch?