You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by fe...@apache.org on 2011/11/25 21:52:01 UTC

svn commit: r1206316 - /james/jspf/trunk/assemble/pom.xml

Author: felixk
Date: Fri Nov 25 20:52:00 2011
New Revision: 1206316

URL: http://svn.apache.org/viewvc?rev=1206316&view=rev
Log:
Fix technical reports generation

Modified:
    james/jspf/trunk/assemble/pom.xml

Modified: james/jspf/trunk/assemble/pom.xml
URL: http://svn.apache.org/viewvc/james/jspf/trunk/assemble/pom.xml?rev=1206316&r1=1206315&r2=1206316&view=diff
==============================================================================
--- james/jspf/trunk/assemble/pom.xml (original)
+++ james/jspf/trunk/assemble/pom.xml Fri Nov 25 20:52:00 2011
@@ -84,4 +84,31 @@
             </plugin>
         </plugins>
     </build>
+
+    <profiles>
+        <profile>
+            <id>site-reports</id>
+            <build>
+                <pluginManagement>
+                    <plugins>
+                        <!--
+                            Disable generation of technical reports for 'pom' project, because
+                            of following problems:
+                            - site-plugin configuration can't be overwritten yet
+                              (https://jira.codehaus.org/browse/MSITE-484)
+                            - cobertura-plugin fails with NPE
+                              (http://jira.codehaus.org/browse/MCOBERTURA-148)
+                        -->
+                        <plugin>
+                            <groupId>org.apache.maven.plugins</groupId>
+                            <artifactId>maven-site-plugin</artifactId>
+                            <configuration>
+                                <generateReports>false</generateReports>
+                            </configuration>
+                        </plugin>
+                     </plugins>
+                </pluginManagement>
+            </build>
+        </profile>
+    </profiles>
 </project>



---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org