You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by bo...@apache.org on 2008/01/30 11:07:28 UTC

svn commit: r616707 - /myfaces/tobago/branches/tobago-1.0.x/build-nightly.sh

Author: bommel
Date: Wed Jan 30 02:07:27 2008
New Revision: 616707

URL: http://svn.apache.org/viewvc?rev=616707&view=rev
Log:
prepare nightly build for 1.0.x

Modified:
    myfaces/tobago/branches/tobago-1.0.x/build-nightly.sh

Modified: myfaces/tobago/branches/tobago-1.0.x/build-nightly.sh
URL: http://svn.apache.org/viewvc/myfaces/tobago/branches/tobago-1.0.x/build-nightly.sh?rev=616707&r1=616706&r2=616707&view=diff
==============================================================================
--- myfaces/tobago/branches/tobago-1.0.x/build-nightly.sh (original)
+++ myfaces/tobago/branches/tobago-1.0.x/build-nightly.sh Wed Jan 30 02:07:27 2008
@@ -83,7 +83,7 @@
 
 echo "Building tobago ."
 cd tobago
-mvn -Djava14.home=$JAVA14_HOME -Pgenerate-assembly,jdk14retro -U clean install deploy
+mvn -Djava14.home=$JAVA14_HOME -Pgenerate-assembly,attach-sources,jdk14retro -U clean install deploy
 cd tobago-assembly
 mvn -Pgenerate-assembly clean assembly:assembly org.apache.myfaces.maven:wagon-maven-plugin:deploy
 cd ../example/tobago-example-assembly