|
||||||||
|
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira |
||||||||
_______________________________________________ Amdatu-developers mailing list [email protected] http://lists.amdatu.org/mailman/listinfo/amdatu-developers


As for other tools to check the validity of e.g. pom files, I found, among others, the Maven POM plugin which checks for trivial things. For example if each poms contains the required elements.
Something bigger is Sonar. This is a tool (requiring a server) which can monitor all projects and ran various tests like Checkstyle, Clover, PMD, etc and is expandable to run a lot more tests, including valid/clean X(HT)ML. I have read about this on their site and seen some examples and it looks really cool. They also have a public demo, called Nemo. Furthermore they also offer Bamboo and JIRA plugins and Eclipse integration. It works with Maven 3.
Next to those two plugins, I didn't find anything really useful, regarding code checking/validation.