Author: ruwan
Date: Wed Nov 18 11:30:39 2009
New Revision: 881729

URL: http://svn.apache.org/viewvc?rev=881729&view=rev
Log:
Fixing the site for the transports release

Modified:
    webservices/commons/branches/modules/transport/1.0.0/modules/parent/pom.xml
    webservices/commons/branches/modules/transport/1.0.0/pom.xml

Modified: 
webservices/commons/branches/modules/transport/1.0.0/modules/parent/pom.xml
URL: 
http://svn.apache.org/viewvc/webservices/commons/branches/modules/transport/1.0.0/modules/parent/pom.xml?rev=881729&r1=881728&r2=881729&view=diff
==============================================================================
--- webservices/commons/branches/modules/transport/1.0.0/modules/parent/pom.xml 
(original)
+++ webservices/commons/branches/modules/transport/1.0.0/modules/parent/pom.xml 
Wed Nov 18 11:30:39 2009
@@ -364,6 +364,12 @@
         <plugins>
             <plugin>
                 <artifactId>maven-project-info-reports-plugin</artifactId>
+                <version>2.1.1</version>
+                <configuration>
+                    <!-- These features are disabled since they cause "mvn 
site" to hang -->
+                    
<dependencyLocationsEnabled>false</dependencyLocationsEnabled>
+                    <dependencyDetailsEnabled>false</dependencyDetailsEnabled>
+                </configuration>
             </plugin>
             <plugin>
                 <groupId>org.codehaus.mojo</groupId>

Modified: webservices/commons/branches/modules/transport/1.0.0/pom.xml
URL: 
http://svn.apache.org/viewvc/webservices/commons/branches/modules/transport/1.0.0/pom.xml?rev=881729&r1=881728&r2=881729&view=diff
==============================================================================
--- webservices/commons/branches/modules/transport/1.0.0/pom.xml (original)
+++ webservices/commons/branches/modules/transport/1.0.0/pom.xml Wed Nov 18 
11:30:39 2009
@@ -283,17 +283,4 @@
             </plugin>
         </plugins>
     </build>
-    <reporting>
-        <plugins>
-            <plugin>
-                <artifactId>maven-project-info-reports-plugin</artifactId>
-                <version>2.1.1</version>
-                <configuration>
-                    <!-- These features are disabled since they cause "mvn 
site" to hang -->
-                    
<dependencyLocationsEnabled>false</dependencyLocationsEnabled>
-                    <dependencyDetailsEnabled>false</dependencyDetailsEnabled>
-                </configuration>
-            </plugin>
-        </plugins>
-    </reporting>
 </project>


Reply via email to