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/20 20:37:18 UTC

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

Author: bommel
Date: Mon Aug 20 11:37:18 2007
New Revision: 567782

URL: http://svn.apache.org/viewvc?rev=567782&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=567782&r1=567781&r2=567782&view=diff
==============================================================================
--- myfaces/tobago/trunk/pom.xml (original)
+++ myfaces/tobago/trunk/pom.xml Mon Aug 20 11:37:18 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>
 
@@ -338,7 +338,7 @@
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>dashboard-maven-plugin</artifactId>
         <version>1.0-SNAPSHOT</version>
-      </plugin> --> 
+      </plugin> -->
 
       <plugin>
         <groupId>org.codehaus.mojo</groupId>
@@ -924,7 +924,6 @@
                   <sourceDirectory>${docbook.source}</sourceDirectory>
                   <targetDirectory>${docbook.target}</targetDirectory>
                   <includes>tobago-tutorial.xml</includes>
-                  <imgSrcPath>${docbook.source}/</imgSrcPath>
                 </configuration>
               </execution>
               <execution>