update a bunch of plugin dependency usages

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@115672 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
brett 2004-07-06 12:37:18 +00:00
parent dd45fc66cd
commit b5f0b13758
23 changed files with 36 additions and 10 deletions

View File

@ -359,6 +359,7 @@
<define:taglib uri="abbot"> <define:taglib uri="abbot">
<define:tag name="dependency-handle"> <define:tag name="dependency-handle">
<!-- Use this tag to allow this plugin to be loaded into another --> <!-- Use this tag to allow this plugin to be loaded into another -->
<echo>DEPRECATED: the use of dependency-handle is deprecated. Please use maven:get/set to modify properties of the abbot plugin</echo>
</define:tag> </define:tag>
</define:taglib> </define:taglib>

View File

@ -214,8 +214,7 @@
<goal name="artifact:load"> <goal name="artifact:load">
<ant:echo> <ant:echo>
DEPRECATED: you do not need to use artifact:load for plugin dependencies. Instead, use the DEPRECATED: you do not need to use artifact:load for plugin dependencies.
xmlns:artifact="artifact" notation
</ant:echo> </ant:echo>
</goal> </goal>

View File

@ -26,6 +26,7 @@
</properties> </properties>
<body> <body>
<release version="1.4-SNAPSHOT" date="in CVS"> <release version="1.4-SNAPSHOT" date="in CVS">
<action dev="brett" type="update">Deprecated the artifact:load hook goal</action>
<action dev="brett" type="add">Allow use of distributionSite POM attribute in artifact method</action> <action dev="brett" type="add">Allow use of distributionSite POM attribute in artifact method</action>
<action dev="brett" type="update">Update dependencies on commons-*</action> <action dev="brett" type="update">Update dependencies on commons-*</action>
</release> </release>

View File

@ -211,6 +211,7 @@
<!-- By calling a goal from the test plugin we ensure that all its <!-- By calling a goal from the test plugin we ensure that all its
properties are loaded and are thus accessible from this plugin --> properties are loaded and are thus accessible from this plugin -->
<!-- FIXME: remove and use maven:get tag -->
<test:dependency-handle/> <test:dependency-handle/>
<j:set var="testPlugin" value="${pom.getPluginContext('maven-test-plugin')}"/> <j:set var="testPlugin" value="${pom.getPluginContext('maven-test-plugin')}"/>

View File

@ -34,6 +34,7 @@
--> -->
<goal name="clover:init"> <goal name="clover:init">
<!-- FIXME: remove and use maven:get tags -->
<!-- By calling a goal from the java plugin we ensure that all its <!-- By calling a goal from the java plugin we ensure that all its
properties are loaded and are thus accessible from this plugin --> properties are loaded and are thus accessible from this plugin -->
<java:dependency-handle/> <java:dependency-handle/>

View File

@ -257,7 +257,9 @@
<!-- to get access to any of this plugin's property. This is --> <!-- to get access to any of this plugin's property. This is -->
<!-- temporary, until we get explicit plugin dependencies. --> <!-- temporary, until we get explicit plugin dependencies. -->
<!--==================================================================--> <!--==================================================================-->
<goal name="ear:load"/> <goal name="ear:load">
<echo>DEPRECATED: do not use ear:load, there is no need</echo>
</goal>

View File

@ -23,7 +23,7 @@
<pomVersion>3</pomVersion> <pomVersion>3</pomVersion>
<id>maven-ear-plugin</id> <id>maven-ear-plugin</id>
<name>Maven EAR Plugin</name> <name>Maven EAR Plugin</name>
<currentVersion>1.5</currentVersion> <currentVersion>1.6-SNAPSHOT</currentVersion>
<description>Ear Plugin for Maven</description> <description>Ear Plugin for Maven</description>
<shortDescription>Ear Plugin for Maven</shortDescription> <shortDescription>Ear Plugin for Maven</shortDescription>
<url>http://maven.apache.org/reference/plugins/ear/</url> <url>http://maven.apache.org/reference/plugins/ear/</url>

View File

@ -24,6 +24,9 @@
<author email="nathan.coast@blueyonder.co.uk">Nathan Coast</author> <author email="nathan.coast@blueyonder.co.uk">Nathan Coast</author>
</properties> </properties>
<body> <body>
<release version="1.6-SNAPSHOT" date="in CVS">
<action dev="brett" type="update">Deprecated the ear:load hook goal</action>
</release>
<release version="1.5" date="2004-05-15"> <release version="1.5" date="2004-05-15">
<action dev="dion" type="update">Ignore generated file in plugin test.</action> <action dev="dion" type="update">Ignore generated file in plugin test.</action>
<action dev="dion" type="fix">Check to make sure maven.ear.src exists before using it.</action> <action dev="dion" type="fix">Check to make sure maven.ear.src exists before using it.</action>

View File

@ -25,6 +25,7 @@
xmlns:cactus="cactus" xmlns:cactus="cactus"
xmlns:util="jelly:util"> xmlns:util="jelly:util">
<!-- FIXME: remove and use maven:get -->
<test:dependency-handle/> <test:dependency-handle/>
<cactus:dependency-handle/> <cactus:dependency-handle/>

View File

@ -24,6 +24,7 @@
xmlns:util="jelly:util" xmlns:util="jelly:util"
xmlns:maven="jelly:maven"> xmlns:maven="jelly:maven">
<!-- FIXME: remove and use maven:get -->
<multiproject:dependency-handle /> <multiproject:dependency-handle />
<!--==================================================================--> <!--==================================================================-->
@ -67,8 +68,7 @@
<attainGoal name="idea:module"/> <attainGoal name="idea:module"/>
</goal> </goal>
<!-- Depends on war:load to make sure war plugin is loaded (needed by module.jelly) - should use <!-- FIXME: Depends on war:load to make sure war plugin is loaded (needed by module.jelly), should rely on maven:get -->
a dependency handle -->
<goal name="idea:module" <goal name="idea:module"
description="Generate IDEA .iml project files" description="Generate IDEA .iml project files"
prereqs="idea:init,war:load"> prereqs="idea:init,war:load">

View File

@ -153,6 +153,7 @@
<define:taglib uri="java"> <define:taglib uri="java">
<define:tag name="dependency-handle"> <define:tag name="dependency-handle">
<!-- XXX Use this tag to allow this plugin to be loaded into another --> <!-- XXX Use this tag to allow this plugin to be loaded into another -->
<echo>DEPRECATED: the use of dependency-handle is deprecated. Please use maven:get/set to modify properties of the java plugin</echo>
</define:tag> </define:tag>
</define:taglib> </define:taglib>
</project> </project>

View File

@ -26,6 +26,7 @@
</properties> </properties>
<body> <body>
<release version="1.5-SNAPSHOT" date="in CVS"> <release version="1.5-SNAPSHOT" date="in CVS">
<action dev="brett" type="update">Deprecate dependency handle</action>
<action dev="dion" type="update">Use assert taglib for tests</action> <action dev="dion" type="update">Use assert taglib for tests</action>
</release> </release>
<release version="1.4" date="2004-05-15"> <release version="1.4" date="2004-05-15">

View File

@ -33,6 +33,7 @@
<!-- ================================================================== --> <!-- ================================================================== -->
<goal name="javadoc:init" prereqs="xdoc:init"> <goal name="javadoc:init" prereqs="xdoc:init">
<!-- FIXME: none of this is required -->
<!-- javadoc plugin properties --> <!-- javadoc plugin properties -->
<maven:get var="maven.javadoc.additionalparam" plugin="maven-javadoc-plugin" property="maven.javadoc.additionalparam"/> <maven:get var="maven.javadoc.additionalparam" plugin="maven-javadoc-plugin" property="maven.javadoc.additionalparam"/>
<maven:get var="maven.javadoc.author" plugin="maven-javadoc-plugin" property="maven.javadoc.author"/> <maven:get var="maven.javadoc.author" plugin="maven-javadoc-plugin" property="maven.javadoc.author"/>

View File

@ -30,6 +30,7 @@
<define:taglib uri="multiproject"> <define:taglib uri="multiproject">
<define:tag name="dependency-handle"> <define:tag name="dependency-handle">
<!-- this page left intentionally blank --> <!-- this page left intentionally blank -->
<echo>DEPRECATED: the use of dependency-handle is deprecated. Please use maven:get/set to modify properties of the multiproject plugin</echo>
</define:tag> </define:tag>
</define:taglib> </define:taglib>

View File

@ -22,7 +22,7 @@
<extend>../plugin-parent/project.xml</extend> <extend>../plugin-parent/project.xml</extend>
<id>maven-multiproject-plugin</id> <id>maven-multiproject-plugin</id>
<name>Maven Multi-Project Plug-in</name> <name>Maven Multi-Project Plug-in</name>
<currentVersion>1.3.1</currentVersion> <currentVersion>1.4-SNAPSHOT</currentVersion>
<description>A plugin to handle the building of multiple projects within maven. Requires Maven 1.0 RC3</description> <description>A plugin to handle the building of multiple projects within maven. Requires Maven 1.0 RC3</description>
<shortDescription>Multi-Project Plugin for Maven</shortDescription> <shortDescription>Multi-Project Plugin for Maven</shortDescription>
<url>http://maven.apache.org/reference/plugins/multiproject/</url> <url>http://maven.apache.org/reference/plugins/multiproject/</url>

View File

@ -25,6 +25,9 @@
<author email="vmassol@apache.org">Vincent Massol</author> <author email="vmassol@apache.org">Vincent Massol</author>
</properties> </properties>
<body> <body>
<release version="1.4-SNAPSHOT" date="in CVS">
<action dev="brett" type="update">Deprecate dependency handle</action>
</release>
<release version="1.3.1" date="2004-06-28"> <release version="1.3.1" date="2004-06-28">
<action dev="brett" type="fix">Build and run plugin against the installed version of Maven</action> <action dev="brett" type="fix">Build and run plugin against the installed version of Maven</action>
<action dev="brett" type="fix" issue="MPMULTIPROJECT-31">Make sure source directory exists as some circumstances cause it not to</action> <action dev="brett" type="fix" issue="MPMULTIPROJECT-31">Make sure source directory exists as some circumstances cause it not to</action>

View File

@ -187,7 +187,9 @@
<!-- to get access to any of this plugin's property. This is --> <!-- to get access to any of this plugin's property. This is -->
<!-- temporary, until we get explicit plugin dependencies. --> <!-- temporary, until we get explicit plugin dependencies. -->
<!--==================================================================--> <!--==================================================================-->
<goal name="rar:load" description="no-op goal"/> <goal name="rar:load" description="no-op goal">
<echo>DEPRECATED: rar:load is deprecated. Please use maven:get to obtain variables</echo>
</goal>
</project> </project>

View File

@ -25,6 +25,7 @@
</properties> </properties>
<body> <body>
<release version="1.1-SNAPSHOT" date="in CVS"> <release version="1.1-SNAPSHOT" date="in CVS">
<action dev="brett" type="update">Deprecate rar:load hook goal</action>
<action dev="dion" type="add">Add xdocs/changes.xml</action> <action dev="dion" type="add">Add xdocs/changes.xml</action>
<action dev="dion" type="fix">Move versions element to correct location in POM</action> <action dev="dion" type="fix">Move versions element to correct location in POM</action>
<action dev="dion" type="fix">Make plugin.jelly ascii for CVS</action> <action dev="dion" type="fix">Make plugin.jelly ascii for CVS</action>

View File

@ -421,6 +421,7 @@
<define:taglib uri="test"> <define:taglib uri="test">
<define:tag name="dependency-handle"> <define:tag name="dependency-handle">
<!-- XXX Use this tag to allow this plugin to be loaded into another --> <!-- XXX Use this tag to allow this plugin to be loaded into another -->
<echo>DEPRECATED: the use of dependency-handle is deprecated. Please use maven:get/set to modify properties of the test plugin</echo>
</define:tag> </define:tag>
</define:taglib> </define:taglib>
</project> </project>

View File

@ -23,7 +23,7 @@
<pomVersion>3</pomVersion> <pomVersion>3</pomVersion>
<id>maven-test-plugin</id> <id>maven-test-plugin</id>
<name>Maven Test Plug-in</name> <name>Maven Test Plug-in</name>
<currentVersion>1.6.2</currentVersion> <currentVersion>1.7-SNAPSHOT</currentVersion>
<description>Run JUnit tests. Requires Maven 1.0 RC2.</description> <description>Run JUnit tests. Requires Maven 1.0 RC2.</description>
<shortDescription>Run JUnit tests</shortDescription> <shortDescription>Run JUnit tests</shortDescription>
<url>http://maven.apache.org/reference/plugins/test/</url> <url>http://maven.apache.org/reference/plugins/test/</url>

View File

@ -24,6 +24,9 @@
<author email="dion@multitask.com.au">dIon Gillard</author> <author email="dion@multitask.com.au">dIon Gillard</author>
</properties> </properties>
<body> <body>
<release version="1.7-SNAPSHOT" date="in CVS">
<action dev="brett" type="update">Deprecate dependency handle</action>
</release>
<release version="1.6.2" date="2004-06-25"> <release version="1.6.2" date="2004-06-25">
<action dev="brett" type="fix" issue="MPTEST-32" due-to="Maxwell Grender-Jones">honour source modifications for test compilation</action> <action dev="brett" type="fix" issue="MPTEST-32" due-to="Maxwell Grender-Jones">honour source modifications for test compilation</action>
<action dev="brett" type="fix" issue="MPTEST-31">handle JVM args correctly in test:match</action> <action dev="brett" type="fix" issue="MPTEST-31">handle JVM args correctly in test:match</action>

View File

@ -264,7 +264,9 @@
<!-- to get access to any of this plugin's property. This is --> <!-- to get access to any of this plugin's property. This is -->
<!-- temporary, until we get explicit plugin dependencies. --> <!-- temporary, until we get explicit plugin dependencies. -->
<!--==================================================================--> <!--==================================================================-->
<goal name="war:load"/> <goal name="war:load">
<echo>DEPRECATED: war:load is deprecated, please use maven:get tags</echo>
</goal>
</project> </project>

View File

@ -25,6 +25,7 @@
</properties> </properties>
<body> <body>
<release version="1.7-SNAPSHOT" date="in CVS"> <release version="1.7-SNAPSHOT" date="in CVS">
<action dev="brett" type="update">Deprecated war:load hook goal</action>
<action dev="dion" type="fix" issue="MPWAR-22"> <action dev="dion" type="fix" issue="MPWAR-22">
Allow use of maven.war.manifest to specify the manifest file location. Allow use of maven.war.manifest to specify the manifest file location.
</action> </action>