This week's book giveaway is in the General Computing forum.
We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line!
See this thread for details.
The moose likes Other Open Source Projects and the fly likes Maven 1.0.2+PMD+checkstyle Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Products » Other Open Source Projects
Reply Bookmark "Maven 1.0.2+PMD+checkstyle" Watch "Maven 1.0.2+PMD+checkstyle" New topic
Author

Maven 1.0.2+PMD+checkstyle

tejaswini patwardhan
Greenhorn

Joined: Oct 17, 2004
Posts: 3
Hello All!
Plz tell me can we use maven with PMD and checkstyle together?
I tried using that, it uses either PMD or checkstyle. Plz reply.

thankx in advance,

Regards,
Tejaswini
Ulf Dittmer
Marshal

Joined: Mar 22, 2005
Posts: 35444
    
    9
What do you mean by "it uses either ..."? My impression of Maven is that it is a souped-up Ant, so you can start your own tasks in whichever way you like. Both PMD and Checkstyle have their own Ant task, and can alternatively be started using the <java> task. Does Maven not allow you to run several tasks of your own choice in succession, or does it support neither custom Ant tasks nor the <java> task?


Android appsImageJ pluginsJava web charts
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Maven 1.0.2+PMD+checkstyle
 
Similar Threads
Analysing the content of a Java method
Automated Defect Prevention
Can't get changelog report !
code review tool
which of Checkstyle,PMD,findbug,ESC/Java and checkstyle