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/19 16:43:22 UTC

svn commit: r786523 - in /maven/components/trunk: build.xml maven-ant-tasks-2.0.10.jar maven-ant-tasks-2.1-SNAPSHOT.jar pom.xml

Author: jvanzyl
Date: Fri Jun 19 14:43:21 2009
New Revision: 786523

URL: http://svn.apache.org/viewvc?rev=786523&view=rev
Log:
o use the new released maven ant tasks
o update to plexus 1.0.0

Added:
    maven/components/trunk/maven-ant-tasks-2.0.10.jar   (with props)
Removed:
    maven/components/trunk/maven-ant-tasks-2.1-SNAPSHOT.jar
Modified:
    maven/components/trunk/build.xml
    maven/components/trunk/pom.xml

Modified: maven/components/trunk/build.xml
URL: http://svn.apache.org/viewvc/maven/components/trunk/build.xml?rev=786523&r1=786522&r2=786523&view=diff
==============================================================================
--- maven/components/trunk/build.xml (original)
+++ maven/components/trunk/build.xml Fri Jun 19 14:43:21 2009
@@ -35,7 +35,10 @@
 
   <target name="initTaskDefs">
     <xmlproperty file="pom.xml" prefix="pom.xml" />
-    <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" />
+    <!--    
+    <path id="maven-ant-tasks.classpath" path="maven-ant-tasks-2.1-SNAPSHOT.jar" />    
+    -->
     <typedef resource="org/apache/maven/artifact/ant/antlib.xml" uri="urn:maven-artifact-ant" classpathref="maven-ant-tasks.classpath" />
   </target>
 
@@ -65,6 +68,9 @@
     <property name="maven.assembly" location="apache-maven/target/${maven.home.basename.expected}-bin.zip" />
     <property name="maven.repo.local" value="${user.home}/.m2/repository" />
     <property name="maven.debug" value="-e" />
+    <!--
+    <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" />
@@ -207,8 +213,6 @@
       <classpath refid="maven.classpath" />
       <arg value="${maven.debug}" />
       <arg value="-B" />
-      <arg value="-X" />
-      <arg value="-e" />
       <arg value="clean" />
       <arg value="install" />
       <arg value="-Dmaven.test.skip=${maven.test.skip}" />

Added: maven/components/trunk/maven-ant-tasks-2.0.10.jar
URL: http://svn.apache.org/viewvc/maven/components/trunk/maven-ant-tasks-2.0.10.jar?rev=786523&view=auto
==============================================================================
Binary file - no diff available.

Propchange: maven/components/trunk/maven-ant-tasks-2.0.10.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Modified: maven/components/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/components/trunk/pom.xml?rev=786523&r1=786522&r2=786523&view=diff
==============================================================================
--- maven/components/trunk/pom.xml (original)
+++ maven/components/trunk/pom.xml Fri Jun 19 14:43:21 2009
@@ -42,7 +42,7 @@
     <commonsCliVersion>1.0</commonsCliVersion>
     <easyMockVersion>1.2_Java1.3</easyMockVersion>
     <junitVersion>3.8.2</junitVersion>
-    <plexusVersion>1.0-beta-3.0.8-SNAPSHOT</plexusVersion>
+    <plexusVersion>1.0.0</plexusVersion>
     <plexusInterpolationVersion>1.11</plexusInterpolationVersion>
     <plexusPluginManagerVersion>1.0-alpha-1</plexusPluginManagerVersion>
     <plexusUtilsVersion>1.5.15</plexusUtilsVersion>