* John Keyes <[EMAIL PROTECTED]> [2003-11-09 00:49]: > Hi, > > Is it possible to override configuration settings in the > current Checkstyle plugin like it was possible when > properties files were used?
maven.checkstyle.properties=my-checkstyle.xml > For example, I would like to use the sun coding standard as the > base for my coding standard and I want to change some of the > settings. a) Be warned, the sun_checks.xml do not implement the sun coding standard. b) Have you seen Jalopy? http://jalopy.sourceforge.net/ There is a 'jalopy' goal. I use both. -- Alain Javier Guarnieri del Gesu - [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
