Is there a plugin which can be used to check that a project is using the standard Maven directory layout?
For example, src/main/java rather than src/java; src/changes/changes.xml etc. AFAICT. the verifier plugin could be used for this, but: 1) the rules would have to be defined 2) the rules file would have to be copied to each project to be checked. I'm looking for a plugin that can just be invoked directly from the CLI in any project. Ideally the plugin would generate a report showing the non-standard files. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
