- inherit from the plugin-parent/project.xml POM instead of the top level one which is reserved for the master build

- removed custom reports as we can now use the default ones from plugin-parent/project.xml


git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@115169 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
vmassol 2004-05-02 13:46:29 +00:00
parent 54184543ba
commit ff33436946
3 changed files with 7 additions and 33 deletions

View File

@ -1,22 +0,0 @@
The Maven team is pleased to announce the EAR plugin 1.4 release!
http://maven.apache.org/reference/plugins/ear/
The Maven EAR plugin helps with building J2EE EAR files.
Fixed/changed in this version
o Introduced ear.module property to mark jars as being java client modules
o The ear.bundle property now just includes the jar in the EAR
o Added to the plugin tests a check to make sure the ear includes the jars marked by
ear.bundle and ear.module and that ear.module generates a java module in the generated
application.xml
Note that this plugin has been tested with Maven 1.0 rc2 SNAPSHOT. Using it with
another version of Maven is at your own risk! :-)
You can download and install the EAR plugin by using
maven -DgroupId=maven -DartifactId=maven-ear-plugin -Dversion=1.4 plugin:download
Have fun!

View File

@ -19,7 +19,7 @@
-->
<project>
<extend>../project.xml</extend>
<extend>../plugin-parent/project.xml</extend>
<pomVersion>3</pomVersion>
<id>maven-ear-plugin</id>
<name>Maven EAR Plugin</name>
@ -45,6 +45,11 @@
<name>1.4</name>
<tag>MAVEN_EAR_1_4</tag>
</version>
<version>
<id>1.5</id>
<name>1.5</name>
<tag>HEAD</tag>
</version>
</versions>
<branches/>
<developers>
@ -91,13 +96,4 @@
<url>http://jakarta.apache.org/commons/jelly/tags/util/</url>
</dependency>
</dependencies>
<reports>
<report>maven-changes-plugin</report>
<report>maven-changelog-plugin</report>
<report>maven-file-activity-plugin</report>
<report>maven-developer-activity-plugin</report>
<report>maven-faq-plugin</report>
<report>maven-license-plugin</report>
<report>maven-linkcheck-plugin</report>
</reports>
</project>

View File

@ -24,7 +24,7 @@
<author email="nathan.coast@blueyonder.co.uk">Nathan Coast</author>
</properties>
<body>
<release version="1.5" date="in CVS">
<release version="1.5-SNAPSHOT" date="in CVS">
<action dev="dion" type="update">Ignore generated file in plugin test.</action>
<action dev="dion" type="fix">Check to make sure maven.ear.src exists before using it.</action>
<action dev="dion" type="update">Allow resources in EAR projects</action>