Author: jukka
Date: Thu Aug 5 14:00:27 2010
New Revision: 982624
URL: http://svn.apache.org/viewvc?rev=982624&view=rev
Log:
TIKA-473: Prepare Tika site for svnpubsub
Remove obsolete reporting settings from the parent pom
Modified:
tika/trunk/tika-parent/pom.xml
Modified: tika/trunk/tika-parent/pom.xml
URL:
http://svn.apache.org/viewvc/tika/trunk/tika-parent/pom.xml?rev=982624&r1=982623&r2=982624&view=diff
==============================================================================
--- tika/trunk/tika-parent/pom.xml (original)
+++ tika/trunk/tika-parent/pom.xml Thu Aug 5 14:00:27 2010
@@ -253,65 +253,4 @@
</profile>
</profiles>
- <reporting>
- <plugins>
-
- <!-- Produce JavaDoc -->
- <plugin>
- <artifactId>maven-javadoc-plugin</artifactId>
- <configuration>
- <source>${maven.compile.source}</source>
- </configuration>
- </plugin>
-
- <!-- Produce Source cross references -->
- <plugin>
- <artifactId>maven-jxr-plugin</artifactId>
- </plugin>
-
- <!-- Unit tests report -->
- <plugin>
- <artifactId>maven-surefire-report-plugin</artifactId>
- </plugin>
-
- <!-- "Release Audit" report (checks license headers etc.) -->
- <plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>rat-maven-plugin</artifactId>
- <version>1.0-alpha-3</version>
- </plugin>
-
- <!-- FindBugs Report -->
- <plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>findbugs-maven-plugin</artifactId>
- <version>1.0.0</version>
- <configuration>
- <threshold>Normal</threshold>
- <effort>Default</effort>
- </configuration>
- </plugin>
-
- <!-- Checkstyle report -->
- <plugin>
- <artifactId>maven-checkstyle-plugin</artifactId>
- <version>2.1</version>
- <configuration>
- <!--configLocation>checkstyle.xml</configLocation-->
- <enableRulesSummary>false</enableRulesSummary>
- </configuration>
- </plugin>
-
- <!-- PMD report -->
- <plugin>
- <artifactId>maven-pmd-plugin</artifactId>
- <configuration>
- <linkXref>true</linkXref>
- <sourceEncoding>ASCII</sourceEncoding>
- <targetJdk>${maven.compile.target}</targetJdk>
- </configuration>
- </plugin>
-
- </plugins>
- </reporting>
</project>