Hi,
Am trying to create three artifacts( jar, war and ear files ) thru maven.
Namely MyApp.jar, MyApp.war and MyApp.ear.
I want the MyApp.ear to contain the generated MyApp.jar and MyApp.war.
(More likely I would like the war to contain the jar, and ear to contain war)
Is there any way around?
More over when I try to create the ear, Maven looks for "src/application/meta-inf/" to
be present under ${basedir}.
I tried changing the value for "maven.ear.manifest" and "maven.ear.appxml",to look
into my existing meta-inf dir, but it didn't work.
Is there any way I can change the path? (Currently I created the above directory under
the ${basedir})
Thanks & Regards,
Ranes.