You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@avro.apache.org by cu...@apache.org on 2011/10/25 00:55:55 UTC

svn commit: r1188433 - /avro/trunk/build.sh

Author: cutting
Date: Mon Oct 24 22:55:55 2011
New Revision: 1188433

URL: http://svn.apache.org/viewvc?rev=1188433&view=rev
Log:
preparing for 1.6.0 RC.  copy-artifacts should only run at top-level.
'mvn clean' is now recursive.

Modified:
    avro/trunk/build.sh

Modified: avro/trunk/build.sh
URL: http://svn.apache.org/viewvc/avro/trunk/build.sh?rev=1188433&r1=1188432&r2=1188433&view=diff
==============================================================================
--- avro/trunk/build.sh (original)
+++ avro/trunk/build.sh Mon Oct 24 22:55:55 2011
@@ -94,7 +94,7 @@ case "$target" in
 	# build lang-specific artifacts
         
 	(cd lang/java; mvn -P dist package -DskipTests -Davro.version=$VERSION javadoc:aggregate) 
-        (mvn -P copy-artifacts antrun:run) 
+        (mvn -N -P copy-artifacts antrun:run) 
 
 	(cd lang/py; ant dist)
 
@@ -140,7 +140,6 @@ case "$target" in
 	rm -rf build dist
 	(cd doc; ant clean)
 
-	(cd lang/java; mvn clean)
         (mvn clean)         
 
 	(cd lang/py; ant clean)