Fixes for MAVEN-565.

Documentation of some properties was outdated


git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113650 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
michal
2003-07-15 19:00:18 +00:00
parent 6b86d20c6d
commit 32496f29cf
2 changed files with 7 additions and 3 deletions

View File

@@ -6,6 +6,10 @@
</properties>
<body>
<release version="1.2" date="in CVS">
<action dev="michal" type="fix>
Fixes for MAVEN-565
Documentation of some properties were outdated
</action>
<action dev="michal" type="fix">
Fixes for MAVEN-518.
Artifact processing in the plugin

View File

@@ -21,7 +21,7 @@
</td>
</tr>
<tr>
<td>maven.j2ee.ear.appxml</td>
<td>maven.ear.appxml</td>
<td>Yes</td>
<td>
Location of the application.xml file
@@ -32,7 +32,7 @@
</td>
</tr>
<tr>
<td>maven.j2ee.ear.appxml.generate</td>
<td>maven.ear.appxml.generate</td>
<td>Yes</td>
<td>
Indicates if application.xml files should
@@ -110,7 +110,7 @@
<type>war<type>
<properties>
<ear.bundle>true</ear.bundle>
<ear.appxml.war.context-root>maven</ear.appxml.war.context-root>
<ear.appxml.ear.context-root>webapp</ear.appxml.ear.context-root>
</properties>
</dependency>
]]></source>