use artifact for deployment

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@115536 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
brett
2004-06-25 13:53:28 +00:00
parent 2c2b0e5aac
commit 4a33c313ac
5 changed files with 92 additions and 71 deletions

View File

@@ -24,6 +24,9 @@
<author email="evenisse@ifrance.com">Emmanuel Venisse</author>
</properties>
<body>
<release version="1.5-SNAPSHOT" date="in CVS">
<action dev="brett" type="update">Use the artifact plugin instead of the deploy plugin</action>
</release>
<release version="1.4" date="2004-05-13">
<action dev="brett" type="add" issue="MAVEN-1219">Add plugin:uninstall-now that removes the plugin from the currently running instance of Maven.</action>
<action dev="brett" type="add" issue="MAVEN-1219">Add a plugin:install-now goal that installs the plugin into the currently running instance of maven so that it can be used by subsequent goals.</action>