[ http://jira.codehaus.org/browse/MEAR-21?page=comments#action_59630 ]
Stephane Nicoll commented on MEAR-21: ------------------------------------- Thanks very much Lilians. I will apply it tonight. > MAJ documentation in introduction.apt > ------------------------------------- > > Key: MEAR-21 > URL: http://jira.codehaus.org/browse/MEAR-21 > Project: Maven 2.x Ear Plugin > Type: Improvement > Reporter: Lilians Auvigne > Assignee: Stephane Nicoll > Attachments: majDoc.diff > > > Old is : > {code:xml} > <plugin> > <groupId>org.apache.maven.plugins</groupId> > <artifactId>maven-ear-plugin</artifactId> > <defaultBundleDir>APP-INF/lib > <configuration> > [...] > <modules> > <javaModule> > {code} > New : > {code:xml} <plugin> > <groupId>org.apache.maven.plugins</groupId> > <artifactId>maven-ear-plugin</artifactId> > <configuration> > <defaultBundleDir>APP-INF/lib</defaultBundleDir> > [...] > <modules> > <javaModule> > {code} -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
