From 0a4e07c70422029b939de278fc74f9d3093ce265 Mon Sep 17 00:00:00 2001 From: brett Date: Mon, 8 Mar 2004 22:26:11 +0000 Subject: [PATCH] PR: MPPLUGIN-12 make uninstall delete the correct plugin when running plugin:download git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114842 13f79535-47bb-0310-9956-ffa450edef68 --- plugin/plugin.jelly | 42 ++++++++++++++++++++++++---------------- plugin/project.xml | 2 +- plugin/xdocs/changes.xml | 6 ++++++ 3 files changed, 32 insertions(+), 18 deletions(-) diff --git a/plugin/plugin.jelly b/plugin/plugin.jelly index 03594433..58294746 100644 --- a/plugin/plugin.jelly +++ b/plugin/plugin.jelly @@ -19,6 +19,7 @@ - + + @@ -48,23 +51,10 @@ - - - - - - - - - - - - - - + - + @@ -194,7 +184,7 @@ - + @@ -266,6 +256,24 @@ /> + + + + + + + + + + + + + + + + + + diff --git a/plugin/project.xml b/plugin/project.xml index f36522f1..2fe08aaf 100644 --- a/plugin/project.xml +++ b/plugin/project.xml @@ -23,7 +23,7 @@ 3 maven-plugin-plugin Maven Plugin Plugin - 1.2 + 1.3-SNAPSHOT Maven Plugin plugin http://maven.apache.org/reference/plugins/plugin/ diff --git a/plugin/xdocs/changes.xml b/plugin/xdocs/changes.xml index c94551f7..feb62cb4 100644 --- a/plugin/xdocs/changes.xml +++ b/plugin/xdocs/changes.xml @@ -24,6 +24,12 @@ Emmanuel Venisse + + + Don't uninstall incorrect plugins when running plugin:download + + + Fixed the plugin:download goal to work. Previously it would delete the plugin you just downloaded. Also now leverages the plugin:uninstall goal. Added assert:assertEquals tag to verify if two values are equal while testing a plugin.