mirror of https://github.com/apache/archiva.git
Configure the JDK level for the PMD plugin.
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@584573 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
024a9c774a
commit
68241b0231
3
pom.xml
3
pom.xml
|
@ -727,6 +727,9 @@
|
||||||
<plugin>
|
<plugin>
|
||||||
<artifactId>maven-pmd-plugin</artifactId>
|
<artifactId>maven-pmd-plugin</artifactId>
|
||||||
<!-- TODO: choose appropriate rulesets -->
|
<!-- TODO: choose appropriate rulesets -->
|
||||||
|
<configuration>
|
||||||
|
<targetJdk>1.5</targetJdk>
|
||||||
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
</plugins>
|
</plugins>
|
||||||
</reporting>
|
</reporting>
|
||||||
|
|
Loading…
Reference in New Issue