My company wants to define checkstyle rules. I need to tell the plugin where
this file is, e.g.:
<plugin>
<artifactId>maven-checkstyle-plugin</artifactId>
<configuration>
<configLocation>checkstyle.xml</configLocation>
</configuration>
</plugin>
The plugin searches the classpath for this file. I don't know where to put
it! I tried the test/resources directory, but that didn't work.
A bigger issue is how can I easily tell what classpath Maven is using for a
given goal.
Thanks,
Richard Brewster
--
View this message in context:
http://www.nabble.com/Custom-checkstyles-and-Maven-test-classpath-tf4497219s2369.html#a12825294
Sent from the AppFuse - User mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]