On Wed, 2013-01-23 at 13:57 +0000, sebb wrote: > The CI builds all seem to be failing with: > > Embedded error: Failed during checkstyle execution > Could not find resource 'hc-checkstyle.xml'. > > As far as I can tell, that is because checkstyle is running in the > modules as well as at top-level, but the files are only at top-level. > > Do we want that to happen? > If so, either the files need to be duplicated, or there needs to be a > way to reference the file from both checkstyle runs. >
Upgrade to Maven 3.0.3 should fix the problem. Once checkstyle definitions are stable enough, they could be moved to a binary module and re-used consistently across all HC components as a versioned artifact. Oleg --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
