
|
If you were logged in you would be able to see more operations.
|
|
|
|
Change from:
<plugin>
<artifactId>maven-pmd-plugin</artifactId>
</plugin>
To:
<plugin>
<artifactId>maven-pmd-plugin</artifactId>
<configuration>
<linkXref>true</linkXref>
<targetJdk>1.5</targetJdk>
</configuration>
</plugin>
|
|
Description
|
Change from:
<plugin>
<artifactId>maven-pmd-plugin</artifactId>
</plugin>
To:
<plugin>
<artifactId>maven-pmd-plugin</artifactId>
<configuration>
<linkXref>true</linkXref>
<targetJdk>1.5</targetJdk>
</configuration>
</plugin> |
Show » |
Sort Order:
| There are no comments yet on this issue.
|
|