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/02/02 13:28:49 UTC

svn commit: r617789 - in /myfaces/tobago/branches/tobago-1.0.x: build-nightly.sh pom.xml

Author: bommel
Date: Sat Feb  2 04:28:47 2008
New Revision: 617789

URL: http://svn.apache.org/viewvc?rev=617789&view=rev
Log:
aggregate cause some problems in multimodule build

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

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=617789&r1=617788&r2=617789&view=diff
==============================================================================
--- myfaces/tobago/branches/tobago-1.0.x/build-nightly.sh (original)
+++ myfaces/tobago/branches/tobago-1.0.x/build-nightly.sh Sat Feb  2 04:28:47 2008
@@ -83,7 +83,7 @@
 
 echo "Building tobago ."
 cd tobago
-mvn -Djava14.home=$JAVA14_HOME -Pgenerate-assembly,attach-sources,jdk14retro -U clean install deploy
+mvn -Djava14.home=$JAVA14_HOME -Daggregate=false -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

Modified: myfaces/tobago/branches/tobago-1.0.x/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/branches/tobago-1.0.x/pom.xml?rev=617789&r1=617788&r2=617789&view=diff
==============================================================================
--- myfaces/tobago/branches/tobago-1.0.x/pom.xml (original)
+++ myfaces/tobago/branches/tobago-1.0.x/pom.xml Sat Feb  2 04:28:47 2008
@@ -152,7 +152,7 @@
         <artifactId>maven-javadoc-plugin</artifactId>
         <version>2.2</version>
         <configuration>
-          <aggregate>true</aggregate>
+          <!--aggregate>true</aggregate-->
           <linksource>true</linksource>
           <breakiterator>true</breakiterator>
           <quiet>true</quiet>