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 2007/08/21 15:02:17 UTC

svn commit: r568111 - /myfaces/tobago/trunk/pom.xml

Author: bommel
Date: Tue Aug 21 06:02:16 2007
New Revision: 568111

URL: http://svn.apache.org/viewvc?rev=568111&view=rev
Log:
try to fix site-deploy error

Modified:
    myfaces/tobago/trunk/pom.xml

Modified: myfaces/tobago/trunk/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/pom.xml?rev=568111&r1=568110&r2=568111&view=diff
==============================================================================
--- myfaces/tobago/trunk/pom.xml (original)
+++ myfaces/tobago/trunk/pom.xml Tue Aug 21 06:02:16 2007
@@ -249,7 +249,7 @@
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-surefire-report-plugin</artifactId>
         <configuration>
-          <!--aggregate>true</aggregate-->
+          <aggregate>true</aggregate>
         </configuration>
       </plugin>