History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: APF-730
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Minor Minor
Assignee: Matt Raible
Reporter: tibi
Votes: 0
Watchers: 0
Operations

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

pmd plugin fails if not set to the right jdk

Created: 16/Apr/07 09:39 AM   Updated: 30/May/07 01:27 AM
Component/s: None
Affects Version/s: 2.0-M4
Fix Version/s: 2.0-M5


 Description  « Hide
the pmd plugin is set to jdk 1.4 by default. if you use 1.5 java code (or 1.6 etc) it will fail.
it can be configured like this:


           <plugin>
               <artifactId>maven-pmd-plugin</artifactId>
               <configuration>
                   <targetJdk>1.5</targetJdk>
               </configuration>
           </plugin>

http://maven.apache.org/plugins/maven-pmd-plugin/usage.html

 All   Comments   Change History   FishEye      Sort Order:
There are no comments yet on this issue.