Author: felixk
Date: Tue Nov 22 11:17:23 2011
New Revision: 1204922
URL: http://svn.apache.org/viewvc?rev=1204922&view=rev
Log:
Fix technical reports generation
Modified:
james/mime4j/trunk/assemble/pom.xml
Modified: james/mime4j/trunk/assemble/pom.xml
URL:
http://svn.apache.org/viewvc/james/mime4j/trunk/assemble/pom.xml?rev=1204922&r1=1204921&r2=1204922&view=diff
==============================================================================
--- james/mime4j/trunk/assemble/pom.xml (original)
+++ james/mime4j/trunk/assemble/pom.xml Tue Nov 22 11:17:23 2011
@@ -78,4 +78,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>
\ No newline at end of file