MAJ documentation in introduction.apt
-------------------------------------
Key: MPEAR-45
URL: http://jira.codehaus.org/browse/MPEAR-45
Project: maven-ear-plugin
Type: Improvement
Reporter: Lilians Auvigne
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]