Issue Details (XML | Word | Printable)

Key: APF-756
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Matt Raible
Reporter: Matt Raible
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
AppFuse

maven-pmd-plugin is not configured for JDK 5

Created: 22/May/07 02:26 AM   Updated: 22/May/07 02:49 AM   Resolved: 22/May/07 02:49 AM
Component/s: Installation
Affects Version/s: 2.0-M4
Fix Version/s: 2.0-M5


 Description  « Hide
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>

Matt Raible made changes - 22/May/07 02:49 AM
Field Original Value New Value
Resolution Fixed [ 1 ]
Status Open [ 1 ] Resolved [ 5 ]