Re: [m2] ear plugin: jar does not get added to application xml (as java module)

2005-12-16 Thread Stephane Nicoll
> (transitive dependencies) in the customization section as java modules. > > Regards, > Dário > > -Original Message- > From: Edwin Punzalan [mailto:[EMAIL PROTECTED] > Sent: quinta-feira, 15 de dezembro de 2005 01:14 > To: Maven Users List > Subject: Re: [m2] ear pl

RE: [m2] ear plugin: jar does not get added to application xml (as java module)

2005-12-15 Thread Dário Luís Coneglian Oliveros
: Maven Users List Subject: Re: [m2] ear plugin: jar does not get added to application xml (as java module) The ejb plugin has configuration elements for the application.xml. Please see: http://maven.apache.org/plugins/maven-ear-plugin/howto.html Dário Luís Coneglian Oliveros wrote: >Hi, &

Re: [m2] ear plugin: jar does not get added to application xml (as java module)

2005-12-14 Thread clark . rao
Dear, exaplme: org.apache.maven.plugins maven-jar-plugin true

Re: [m2] ear plugin: jar does not get added to application xml (as java module)

2005-12-14 Thread Edwin Punzalan
The ejb plugin has configuration elements for the application.xml. Please see: http://maven.apache.org/plugins/maven-ear-plugin/howto.html Dário Luís Coneglian Oliveros wrote: Hi, I´ve been trying to create an EAR that contains a JAR, an EJB JAR (depends on JAR) and a WAR, however only E

[m2] ear plugin: jar does not get added to application xml (as java module)

2005-12-14 Thread Dário Luís Coneglian Oliveros
Hi, I´ve been trying to create an EAR that contains a JAR, an EJB JAR (depends on JAR) and a WAR, however only EJB JAR and WAR gets added to the application.xml as ejb and web modules respectively. The JAR is not added at all. This used to work in Maven 1. How can I have an entry of JAR in the