Author: ltheussl Date: Sat Apr 30 09:37:24 2011 New Revision: 1098090 URL: http://svn.apache.org/viewvc?rev=1098090&view=rev Log: configure pmd plugin for jdk5
Modified: maven/shared/trunk/maven-doxia-tools/pom.xml Modified: maven/shared/trunk/maven-doxia-tools/pom.xml URL: http://svn.apache.org/viewvc/maven/shared/trunk/maven-doxia-tools/pom.xml?rev=1098090&r1=1098089&r2=1098090&view=diff ============================================================================== --- maven/shared/trunk/maven-doxia-tools/pom.xml (original) +++ maven/shared/trunk/maven-doxia-tools/pom.xml Sat Apr 30 09:37:24 2011 @@ -218,4 +218,22 @@ </plugin> </plugins> </reporting> + + <profiles> + <profile> + <id>reporting</id> + <reporting> + <plugins> + <plugin> + <artifactId>maven-pmd-plugin</artifactId> + <version>2.5</version> + <configuration> + <targetJdk>1.5</targetJdk> + </configuration> + </plugin> + </plugins> + </reporting> + </profile> + </profiles> + </project>