Fixing pmd parse errors with new JDK 1.7 codebase
This commit is contained in:
parent
1676031906
commit
ffcf86df19
4
pom.xml
4
pom.xml
|
@ -183,7 +183,7 @@
|
|||
</execution>
|
||||
</executions>
|
||||
<configuration>
|
||||
<targetJdk>1.6</targetJdk>
|
||||
<targetJdk>1.7</targetJdk>
|
||||
<rulesets>
|
||||
<ruleset>jetty/pmd_logging_ruleset.xml</ruleset>
|
||||
</rulesets>
|
||||
|
@ -287,6 +287,7 @@
|
|||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-pmd-plugin</artifactId>
|
||||
<version>2.7.1</version>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</pluginManagement>
|
||||
|
@ -312,7 +313,6 @@
|
|||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-pmd-plugin</artifactId>
|
||||
<version>2.5</version>
|
||||
<configuration>
|
||||
<targetJdk>1.5</targetJdk>
|
||||
<rulesets>
|
||||
|
|
Loading…
Reference in New Issue