You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by jv...@apache.org on 2009/06/20 20:07:28 UTC

svn commit: r786872 - /maven/components/trunk/build.xml

Author: jvanzyl
Date: Sat Jun 20 18:07:28 2009
New Revision: 786872

URL: http://svn.apache.org/viewvc?rev=786872&view=rev
Log:
o adding the new ant tasks jar

Modified:
    maven/components/trunk/build.xml

Modified: maven/components/trunk/build.xml
URL: http://svn.apache.org/viewvc/maven/components/trunk/build.xml?rev=786872&r1=786871&r2=786872&view=diff
==============================================================================
--- maven/components/trunk/build.xml (original)
+++ maven/components/trunk/build.xml Sat Jun 20 18:07:28 2009
@@ -35,9 +35,9 @@
 
   <target name="initTaskDefs">
     <xmlproperty file="pom.xml" prefix="pom.xml" />
-    <path id="maven-ant-tasks.classpath" path="maven-ant-tasks-2.0.10.jar" />
+    <path id="maven-ant-tasks.classpath" path="maven-ant-tasks-2.1.0-SNAPSHOT.jar" />    
     <!--    
-    <path id="maven-ant-tasks.classpath" path="maven-ant-tasks-2.1-SNAPSHOT.jar" />    
+    <path id="maven-ant-tasks.classpath" path="maven-ant-tasks-2.0.10.jar" />
     -->
     <typedef resource="org/apache/maven/artifact/ant/antlib.xml" uri="urn:maven-artifact-ant" classpathref="maven-ant-tasks.classpath" />
   </target>
@@ -72,8 +72,8 @@
     <property name="maven.debug" value="-e -X" />
     -->
     <property name="maven.test.skip" value="false" />
+    <!-- TODO: Change this default back to false once we're done -->
     <property name="surefire.useFile" value="true" />
-    <property name="maven.test.redirectTestOutputToFile" value="${surefire.useFile}" />
     <echo>maven.home = ${maven.home.effective}</echo>
     <echo>maven.repo.local = ${maven.repo.local}</echo>
   </target>
@@ -218,7 +218,6 @@
       <arg value="-Dmaven.test.skip=${maven.test.skip}" />
       <arg value="-Dmaven.repo.local=${maven.repo.local}" />
       <arg value="-Dsurefire.useFile=${surefire.useFile}" />
-      <arg value="-Dmaven.test.redirectTestOutputToFile=${maven.test.redirectTestOutputToFile}" />
     </java>
   </target>