From 33b5e5402fc7d381787be509ff0d7012a810eae8 Mon Sep 17 00:00:00 2001 From: vmassol Date: Sun, 16 Nov 2003 17:53:34 +0000 Subject: [PATCH] Created JIRA project for EAR plugin. git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114362 13f79535-47bb-0310-9956-ffa450edef68 --- ear/project.xml | 5 +++-- ear/xdocs/changes.xml | 26 ++++++++++++++------------ 2 files changed, 17 insertions(+), 14 deletions(-) diff --git a/ear/project.xml b/ear/project.xml index 5c28cea7..16f8dce1 100644 --- a/ear/project.xml +++ b/ear/project.xml @@ -9,10 +9,11 @@ Ear Plugin for Maven Ear Plugin for Maven http://maven.apache.org/reference/plugins/ear/ + http://jira.codehaus.org/BrowseProject.jspa?id=10323 /www/maven.apache.org/reference/plugins/ear/ - scm:cvs:pserver:anoncvs@cvs.apache.org:/home/cvspublic:maven/src/plugins-build/ear/ - http://cvs.apache.org/viewcvs/maven/src/plugins-build/ear/ + scm:cvs:pserver:anoncvs@cvs.apache.org:/home/cvspublic:maven-plugins/ear/ + http://cvs.apache.org/viewcvs/maven-plugins/ear/ diff --git a/ear/xdocs/changes.xml b/ear/xdocs/changes.xml index 92d7b484..5d690585 100644 --- a/ear/xdocs/changes.xml +++ b/ear/xdocs/changes.xml @@ -5,38 +5,40 @@ Nathan Coast + - Apply Maven-949 + + - - Fixes for MAVEN-565 - Documentation of some properties were outdated + + Documentation of some properties were outdated. - - Fixes for MAVEN-518. - Artifact processing in the plugin - was slightly changed and now it supports jar overriding mechanism + + Artifact processing in the plugin was slightly changed and now it + supports jar overriding mechanism. - Added 'deploy', 'deploy-snapshot' and 'install-snapshot' goals + Added 'deploy', 'deploy-snapshot' and 'install-snapshot' goals. Removed warning about application.xml being added twice to the EAR. + - Added autogeneration of application.xml file + Added autogeneration of application.xml file. + - Initial plugin created + Initial plugin created. + -