Fixed warning message about application.xml being included twice
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113505 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
ca98f36ee9
commit
d65c5393e3
@ -42,9 +42,10 @@
|
||||
file="${maven.ear.manifest}"/>
|
||||
|
||||
<ant:ear destfile="${maven.build.dir}/${maven.final.name}.ear"
|
||||
appxml="${maven.ear.appxml}"
|
||||
basedir="${maven.ear.src}"
|
||||
excludes="${maven.ear.appxml}">
|
||||
appxml="${maven.ear.appxml}">
|
||||
|
||||
<fileset dir="${maven.ear.src}" casesensitive="false"
|
||||
excludes="**/META-INF/application.xml"/>
|
||||
|
||||
<!-- include marked dependencies -->
|
||||
<j:forEach var="dep" items="${pom.dependencies}">
|
||||
|
||||
@ -5,7 +5,7 @@
|
||||
<pomVersion>3</pomVersion>
|
||||
<id>maven-ear-plugin</id>
|
||||
<name>Maven EAR Plugin</name>
|
||||
<currentVersion>1.1</currentVersion>
|
||||
<currentVersion>1.2-SNAPSHOT</currentVersion>
|
||||
<description>Ear Plugin for Maven</description>
|
||||
<shortDescription>Ear Plugin for Maven</shortDescription>
|
||||
<url>http://maven.apache.org/reference/plugins/ear/</url>
|
||||
@ -16,6 +16,13 @@
|
||||
</repository>
|
||||
<versions/>
|
||||
<branches/>
|
||||
<versions>
|
||||
<version>
|
||||
<id>1.2</id>
|
||||
<name>1.2</name>
|
||||
<tag>HEAD</tag>
|
||||
</version>
|
||||
</versions>
|
||||
<developers>
|
||||
<developer>
|
||||
<name>Nathan Coast</name>
|
||||
@ -44,6 +51,15 @@
|
||||
<role>Java Developer</role>
|
||||
</roles>
|
||||
</developer>
|
||||
<developer>
|
||||
<name>Vincent Massol</name>
|
||||
<id>vmassol</id>
|
||||
<email>vmassol@pivolis.com</email>
|
||||
<organization>Pivolis</organization>
|
||||
<roles>
|
||||
<role>Java Developer</role>
|
||||
</roles>
|
||||
</developer>
|
||||
</developers>
|
||||
<dependencies/>
|
||||
</project>
|
||||
|
||||
@ -5,9 +5,10 @@
|
||||
<author email="nathan.coast@blueyonder.co.uk">Nathan Coast</author>
|
||||
</properties>
|
||||
<body>
|
||||
<release version="1.0" date="2002-08-04">
|
||||
<action dev="ncoast" type="add">
|
||||
Initial plugin created
|
||||
<release version="1.2" date="in CVS">
|
||||
<action dev="vmassol" type="fix">
|
||||
Removed warning about application.xml being added twice to the
|
||||
EAR.
|
||||
</action>
|
||||
</release>
|
||||
<release version="1.1" date="2003-05-08">
|
||||
@ -15,6 +16,11 @@
|
||||
Added autogeneration of application.xml file
|
||||
</action>
|
||||
</release>
|
||||
<release version="1.0" date="2002-08-04">
|
||||
<action dev="ncoast" type="add">
|
||||
Initial plugin created
|
||||
</action>
|
||||
</release>
|
||||
</body>
|
||||
</document>
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user