From be9048b9b8436b457d5607be128b43ec9bd49df8 Mon Sep 17 00:00:00 2001 From: brett Date: Mon, 28 Jun 2004 09:42:48 +0000 Subject: [PATCH] separate cache from plusing directory git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@115569 13f79535-47bb-0310-9956-ffa450edef68 --- plugin/plugin.jelly | 54 ++++++++++++++-------------------------- plugin/project.xml | 2 +- plugin/xdocs/changes.xml | 3 +++ 3 files changed, 22 insertions(+), 37 deletions(-) diff --git a/plugin/plugin.jelly b/plugin/plugin.jelly index d8d81bfb..2bd589a7 100644 --- a/plugin/plugin.jelly +++ b/plugin/plugin.jelly @@ -44,33 +44,28 @@ 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.unpacked.dir} (if it exists) + ${maven.plugin.dir} and ${maven.plugin.user.dir} (if it exists) - - - - - - - + + + + - - + + todir="${maven.plugin.dir}" /> - @@ -90,21 +85,6 @@ - - - - - - - Warning: Contents of ${maven.home}/plugins/${maven.final.name}.jar does not match - the unpacked contents of ${maven.plugin.unpacked.dir}/${maven.final.name} directory. - - - - - @@ -220,7 +200,7 @@ - + @@ -282,7 +262,7 @@ - + - + - + - + - + + + + @@ -325,7 +308,6 @@ - diff --git a/plugin/project.xml b/plugin/project.xml index 842be34e..d66ae896 100644 --- a/plugin/project.xml +++ b/plugin/project.xml @@ -24,7 +24,7 @@ maven-plugin-plugin Maven Plugin Plugin 1.5-SNAPSHOT - Maven Plugin management plugin. Requires Maven 1.0 RC3. + Maven Plugin management plugin. Requires Maven 1.0 RC4. Maven Plugin plugin http://maven.apache.org/reference/plugins/plugin/ http://jira.codehaus.org/browse/MPPLUGIN diff --git a/plugin/xdocs/changes.xml b/plugin/xdocs/changes.xml index 421b3c2f..7cf175a3 100644 --- a/plugin/xdocs/changes.xml +++ b/plugin/xdocs/changes.xml @@ -25,6 +25,9 @@ + Install to maven.plugin.dir instead of maven.home/plugins + More consistency in default goal naming (plugin:plugin) + plugin goal no longer installs to local repository: use plugin:repository-install Use the artifact plugin instead of the deploy plugin