You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ni...@apache.org on 2009/11/26 02:45:13 UTC

svn commit: r884366 - /commons/sandbox/runtime/trunk/pom.xml

Author: niallp
Date: Thu Nov 26 01:45:12 2009
New Revision: 884366

URL: http://svn.apache.org/viewvc?rev=884366&view=rev
Log:
Turn reports back on

Modified:
    commons/sandbox/runtime/trunk/pom.xml

Modified: commons/sandbox/runtime/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/sandbox/runtime/trunk/pom.xml?rev=884366&r1=884365&r2=884366&view=diff
==============================================================================
--- commons/sandbox/runtime/trunk/pom.xml (original)
+++ commons/sandbox/runtime/trunk/pom.xml Thu Nov 26 01:45:12 2009
@@ -79,16 +79,6 @@
       <!-- prevent compilation -->
       <sourceDirectory></sourceDirectory>
       <testSourceDirectory></testSourceDirectory>
-      <!-- turn off reports -->
-      <plugins>
-        <plugin>
-          <groupId>org.apache.maven.plugins</groupId>
-          <artifactId>maven-site-plugin</artifactId>
-          <configuration>
-            <generateReports>false</generateReports>
-          </configuration>
-        </plugin>
-      </plugins>
     </build>
 
     <reporting>