You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ah...@apache.org on 2006/04/15 23:51:53 UTC

svn commit: r394373 - /maven/maven-1/core/trunk/src/test/touchstone-build/src/reactor-build/overlappedCalls/project.xml

Author: aheritier
Date: Sat Apr 15 14:51:51 2006
New Revision: 394373

URL: http://svn.apache.org/viewcvs?rev=394373&view=rev
Log:
add default goal

Modified:
    maven/maven-1/core/trunk/src/test/touchstone-build/src/reactor-build/overlappedCalls/project.xml

Modified: maven/maven-1/core/trunk/src/test/touchstone-build/src/reactor-build/overlappedCalls/project.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/core/trunk/src/test/touchstone-build/src/reactor-build/overlappedCalls/project.xml?rev=394373&r1=394372&r2=394373&view=diff
==============================================================================
--- maven/maven-1/core/trunk/src/test/touchstone-build/src/reactor-build/overlappedCalls/project.xml (original)
+++ maven/maven-1/core/trunk/src/test/touchstone-build/src/reactor-build/overlappedCalls/project.xml Sat Apr 15 14:51:51 2006
@@ -25,4 +25,7 @@
   <name>overlapped calls</name>
   <shortDescription>tests overlapped calls</shortDescription>
   <description>Tests for overlapped calls of the multiproject plugin</description>
-</project>
\ No newline at end of file
+  <build>
+    <defaultGoal>testOverlappedCalls</defaultGoal>
+  </build>
+</project>