
|
If you were logged in you would be able to see more operations.
|
|
|
AppFuse
Created: 22/May/07 02:26 AM
Updated: 22/May/07 02:49 AM
|
|
| Component/s: |
Installation
|
| Affects Version/s: |
2.0-M4
|
| Fix Version/s: |
2.0-M5
|
|
|
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 » |
| There are no comments yet on this issue.
|
|