You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@creadur.apache.org by de...@apache.org on 2012/09/23 18:56:43 UTC

svn commit: r1389095 - in /creadur/rat/trunk: apache-rat-tasks/pom.xml pom.xml

Author: dennisl
Date: Sun Sep 23 16:56:42 2012
New Revision: 1389095

URL: http://svn.apache.org/viewvc?rev=1389095&view=rev
Log:
Parameter tasks for Antrun Plugin is deprecated, use target instead.

Modified:
    creadur/rat/trunk/apache-rat-tasks/pom.xml
    creadur/rat/trunk/pom.xml

Modified: creadur/rat/trunk/apache-rat-tasks/pom.xml
URL: http://svn.apache.org/viewvc/creadur/rat/trunk/apache-rat-tasks/pom.xml?rev=1389095&r1=1389094&r2=1389095&view=diff
==============================================================================
--- creadur/rat/trunk/apache-rat-tasks/pom.xml (original)
+++ creadur/rat/trunk/apache-rat-tasks/pom.xml Sun Sep 23 16:56:42 2012
@@ -99,7 +99,7 @@
               <goal>run</goal>
             </goals>
             <configuration>
-              <tasks>
+              <target>
                 <ant antfile="src/test/resources/antunit/report-bad-configurations.xml" inheritAll="false" inheritRefs="false">
                   <property name="jar.name" location="${project.build.outputDirectory}" />
                   <property name="base.dir" location="${basedir}" />
@@ -114,7 +114,7 @@
                   <property name="test.skipped" value="${maven.test.skip}" />
                   <property name="test.classpath" refid="maven.test.classpath" />
                 </ant>
-              </tasks>
+              </target>
             </configuration>
           </execution>
         </executions>

Modified: creadur/rat/trunk/pom.xml
URL: http://svn.apache.org/viewvc/creadur/rat/trunk/pom.xml?rev=1389095&r1=1389094&r2=1389095&view=diff
==============================================================================
--- creadur/rat/trunk/pom.xml (original)
+++ creadur/rat/trunk/pom.xml Sun Sep 23 16:56:42 2012
@@ -262,9 +262,9 @@ agnostic home for software distribution 
               <goal>run</goal>
             </goals>
             <configuration>
-              <tasks>
+              <target>
                 <copy file="RELEASE_NOTES.txt" todir="${project.build.directory}/site/" failonerror="false" />
-              </tasks>
+              </target>
             </configuration>
           </execution>
         </executions>