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:
parent
dd45fc66cd
commit
b5f0b13758
@ -359,6 +359,7 @@
|
||||
<define:taglib uri="abbot">
|
||||
<define:tag name="dependency-handle">
|
||||
<!-- 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:taglib>
|
||||
|
||||
|
||||
@ -214,8 +214,7 @@
|
||||
|
||||
<goal name="artifact:load">
|
||||
<ant:echo>
|
||||
DEPRECATED: you do not need to use artifact:load for plugin dependencies. Instead, use the
|
||||
xmlns:artifact="artifact" notation
|
||||
DEPRECATED: you do not need to use artifact:load for plugin dependencies.
|
||||
</ant:echo>
|
||||
</goal>
|
||||
|
||||
|
||||
@ -26,6 +26,7 @@
|
||||
</properties>
|
||||
<body>
|
||||
<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="update">Update dependencies on commons-*</action>
|
||||
</release>
|
||||
|
||||
@ -211,6 +211,7 @@
|
||||
|
||||
<!-- By calling a goal from the test plugin we ensure that all its
|
||||
properties are loaded and are thus accessible from this plugin -->
|
||||
<!-- FIXME: remove and use maven:get tag -->
|
||||
<test:dependency-handle/>
|
||||
<j:set var="testPlugin" value="${pom.getPluginContext('maven-test-plugin')}"/>
|
||||
|
||||
|
||||
@ -34,6 +34,7 @@
|
||||
-->
|
||||
<goal name="clover:init">
|
||||
|
||||
<!-- FIXME: remove and use maven:get tags -->
|
||||
<!-- By calling a goal from the java plugin we ensure that all its
|
||||
properties are loaded and are thus accessible from this plugin -->
|
||||
<java:dependency-handle/>
|
||||
|
||||
@ -257,7 +257,9 @@
|
||||
<!-- to get access to any of this plugin's property. This is -->
|
||||
<!-- 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>
|
||||
|
||||
|
||||
|
||||
|
||||
@ -23,7 +23,7 @@
|
||||
<pomVersion>3</pomVersion>
|
||||
<id>maven-ear-plugin</id>
|
||||
<name>Maven EAR Plugin</name>
|
||||
<currentVersion>1.5</currentVersion>
|
||||
<currentVersion>1.6-SNAPSHOT</currentVersion>
|
||||
<description>Ear Plugin for Maven</description>
|
||||
<shortDescription>Ear Plugin for Maven</shortDescription>
|
||||
<url>http://maven.apache.org/reference/plugins/ear/</url>
|
||||
|
||||
@ -24,6 +24,9 @@
|
||||
<author email="nathan.coast@blueyonder.co.uk">Nathan Coast</author>
|
||||
</properties>
|
||||
<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">
|
||||
<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>
|
||||
|
||||
@ -25,6 +25,7 @@
|
||||
xmlns:cactus="cactus"
|
||||
xmlns:util="jelly:util">
|
||||
|
||||
<!-- FIXME: remove and use maven:get -->
|
||||
<test:dependency-handle/>
|
||||
<cactus:dependency-handle/>
|
||||
|
||||
|
||||
@ -24,6 +24,7 @@
|
||||
xmlns:util="jelly:util"
|
||||
xmlns:maven="jelly:maven">
|
||||
|
||||
<!-- FIXME: remove and use maven:get -->
|
||||
<multiproject:dependency-handle />
|
||||
|
||||
<!--==================================================================-->
|
||||
@ -67,8 +68,7 @@
|
||||
<attainGoal name="idea:module"/>
|
||||
</goal>
|
||||
|
||||
<!-- Depends on war:load to make sure war plugin is loaded (needed by module.jelly) - should use
|
||||
a dependency handle -->
|
||||
<!-- FIXME: Depends on war:load to make sure war plugin is loaded (needed by module.jelly), should rely on maven:get -->
|
||||
<goal name="idea:module"
|
||||
description="Generate IDEA .iml project files"
|
||||
prereqs="idea:init,war:load">
|
||||
|
||||
@ -153,6 +153,7 @@
|
||||
<define:taglib uri="java">
|
||||
<define:tag name="dependency-handle">
|
||||
<!-- 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:taglib>
|
||||
</project>
|
||||
|
||||
@ -26,6 +26,7 @@
|
||||
</properties>
|
||||
<body>
|
||||
<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>
|
||||
</release>
|
||||
<release version="1.4" date="2004-05-15">
|
||||
|
||||
@ -33,6 +33,7 @@
|
||||
<!-- ================================================================== -->
|
||||
|
||||
<goal name="javadoc:init" prereqs="xdoc:init">
|
||||
<!-- FIXME: none of this is required -->
|
||||
<!-- javadoc plugin properties -->
|
||||
<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"/>
|
||||
|
||||
@ -30,6 +30,7 @@
|
||||
<define:taglib uri="multiproject">
|
||||
<define:tag name="dependency-handle">
|
||||
<!-- 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:taglib>
|
||||
|
||||
|
||||
@ -22,7 +22,7 @@
|
||||
<extend>../plugin-parent/project.xml</extend>
|
||||
<id>maven-multiproject-plugin</id>
|
||||
<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>
|
||||
<shortDescription>Multi-Project Plugin for Maven</shortDescription>
|
||||
<url>http://maven.apache.org/reference/plugins/multiproject/</url>
|
||||
|
||||
@ -25,6 +25,9 @@
|
||||
<author email="vmassol@apache.org">Vincent Massol</author>
|
||||
</properties>
|
||||
<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">
|
||||
<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>
|
||||
|
||||
@ -187,7 +187,9 @@
|
||||
<!-- to get access to any of this plugin's property. This is -->
|
||||
<!-- 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>
|
||||
|
||||
@ -25,6 +25,7 @@
|
||||
</properties>
|
||||
<body>
|
||||
<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="fix">Move versions element to correct location in POM</action>
|
||||
<action dev="dion" type="fix">Make plugin.jelly ascii for CVS</action>
|
||||
|
||||
@ -421,6 +421,7 @@
|
||||
<define:taglib uri="test">
|
||||
<define:tag name="dependency-handle">
|
||||
<!-- 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:taglib>
|
||||
</project>
|
||||
|
||||
@ -23,7 +23,7 @@
|
||||
<pomVersion>3</pomVersion>
|
||||
<id>maven-test-plugin</id>
|
||||
<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>
|
||||
<shortDescription>Run JUnit tests</shortDescription>
|
||||
<url>http://maven.apache.org/reference/plugins/test/</url>
|
||||
|
||||
@ -24,6 +24,9 @@
|
||||
<author email="dion@multitask.com.au">dIon Gillard</author>
|
||||
</properties>
|
||||
<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">
|
||||
<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>
|
||||
|
||||
@ -264,7 +264,9 @@
|
||||
<!-- to get access to any of this plugin's property. This is -->
|
||||
<!-- 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>
|
||||
|
||||
|
||||
@ -25,6 +25,7 @@
|
||||
</properties>
|
||||
<body>
|
||||
<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">
|
||||
Allow use of maven.war.manifest to specify the manifest file location.
|
||||
</action>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user