brett 2004/11/10 02:26:13 Modified: plugin Tag: MAVEN_PLUGIN_1_5-branch plugin.jelly project.xml plugin/xdocs Tag: MAVEN_PLUGIN_1_5-branch changes.xml Log: remove deploy warning Revision Changes Path No revision No revision 1.41.2.1 +0 -9 maven-plugins/plugin/plugin.jelly Index: plugin.jelly =================================================================== RCS file: /home/cvs/maven-plugins/plugin/plugin.jelly,v retrieving revision 1.41 retrieving revision 1.41.2.1 diff -u -r1.41 -r1.41.2.1 --- plugin.jelly 6 Jul 2004 22:21:07 -0000 1.41 +++ plugin.jelly 10 Nov 2004 10:26:13 -0000 1.41.2.1 @@ -38,15 +38,6 @@ Try: maven plugin:download -DgroupId=maven -DartifactId=maven-artifact-plugin -Dversion=1.3 </ant:fail> </j:if> - <!-- Can remove deploy dependency above when this is gone --> - <maven:get plugin="maven-deploy-plugin" property="plugin" var="deployPlugin" /> - <j:if test="${deployPlugin != null}"> - <ant:fail> - Must remove the deploy plugin to use this version of the plugin plugin. - Please delete ${deployPlugin.artifactId}-${deployPlugin.currentVersion}.jar from - ${maven.plugin.dir} and ${maven.plugin.user.dir} (if it exists) - </ant:fail> - </j:if> </j:if> <goal name="plugin" prereqs="plugin:plugin" description="Build a plugin jar" /> 1.43.2.1 +7 -2 maven-plugins/plugin/project.xml Index: project.xml =================================================================== RCS file: /home/cvs/maven-plugins/plugin/project.xml,v retrieving revision 1.43 retrieving revision 1.43.2.1 diff -u -r1.43 -r1.43.2.1 --- project.xml 8 Jul 2004 14:38:57 -0000 1.43 +++ project.xml 10 Nov 2004 10:26:13 -0000 1.43.2.1 @@ -23,8 +23,8 @@ <pomVersion>3</pomVersion> <id>maven-plugin-plugin</id> <name>Maven Plugin Plugin</name> - <currentVersion>1.5.1</currentVersion> - <description>Maven Plugin management plugin. Requires Maven 1.0 RC4.</description> + <currentVersion>1.5.2</currentVersion> + <description>Maven Plugin management plugin.</description> <shortDescription>Maven Plugin plugin</shortDescription> <url>http://maven.apache.org/reference/plugins/plugin/</url> <issueTrackingUrl>http://jira.codehaus.org/browse/MPPLUGIN</issueTrackingUrl> @@ -59,6 +59,11 @@ <id>1.5.1</id> <name>1.5.1</name> <tag>MAVEN_PLUGIN_1_5_1</tag> + </version> + <version> + <id>1.5.2</id> + <name>1.5.2</name> + <tag>MAVEN_PLUGIN_1_5_2</tag> </version> </versions> <developers> No revision No revision 1.28.2.1 +3 -0 maven-plugins/plugin/xdocs/changes.xml Index: changes.xml =================================================================== RCS file: /home/cvs/maven-plugins/plugin/xdocs/changes.xml,v retrieving revision 1.28 retrieving revision 1.28.2.1 diff -u -r1.28 -r1.28.2.1 --- changes.xml 8 Jul 2004 14:20:27 -0000 1.28 +++ changes.xml 10 Nov 2004 10:26:13 -0000 1.28.2.1 @@ -24,6 +24,9 @@ <author email="[EMAIL PROTECTED]">Emmanuel Venisse</author> </properties> <body> + <release version="1.5.2" date="2004-11-10"> + <action dev="brett" type="fix">Remove deploy warning</action> + </release> <release version="1.5.1" date="2004-07-09"> <action dev="dion" type="add" issue="MPPLUGIN-20">Prompt for artifactId, groupId and version if missing.</action> <action dev="dion" type="add">Add assertFileNotFound tag</action>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]