Author: hboutemy
Date: Wed Dec 30 02:35:58 2015
New Revision: 1722262

URL: http://svn.apache.org/viewvc?rev=1722262&view=rev
Log:
don't generate reports

Modified:
    maven/plugins/trunk/maven-site-plugin/src/it/doxia-formats/pom.xml

Modified: maven/plugins/trunk/maven-site-plugin/src/it/doxia-formats/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-site-plugin/src/it/doxia-formats/pom.xml?rev=1722262&r1=1722261&r2=1722262&view=diff
==============================================================================
--- maven/plugins/trunk/maven-site-plugin/src/it/doxia-formats/pom.xml 
(original)
+++ maven/plugins/trunk/maven-site-plugin/src/it/doxia-formats/pom.xml Wed Dec 
30 02:35:58 2015
@@ -41,6 +41,7 @@ under the License.
           <artifactId>maven-site-plugin</artifactId>
           <version>@project.version@</version>
           <configuration>
+            <generateReports>false</generateReports>
             <saveProcessedContent>true</saveProcessedContent>
             <attributes>
               <att1>val1</att1>
@@ -50,21 +51,4 @@ under the License.
       </plugins>
     </pluginManagement>
   </build>
-
-  <reporting>
-    <plugins>
-      <plugin>
-        <artifactId>maven-project-info-reports-plugin</artifactId>
-        <version>2.3.1</version>
-        <reportSets>
-          <reportSet>
-            <reports>
-              <report>index</report>
-            </reports>
-          </reportSet>
-        </reportSets>
-      </plugin>
-    </plugins>
-  </reporting>
-
 </project>


Reply via email to