When building magnolia-core with Maven, I got the error message below saying there are 160 checkstyle violations. How do I correct these? I haven't changed anything in the code yet since check out.
[INFO] There are 160 checkstyle errors. [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] magnolia-project .................................. SUCCESS [4.875s] [INFO] magnolia-core ..................................... FAILURE [40.767s] [INFO] magnolia-jaas ..................................... SKIPPED [INFO] magnolia-gui ...................................... SKIPPED [INFO] magnolia-module-templating ........................ SKIPPED [INFO] magnolia-module-exchange-simple ................... SKIPPED [INFO] magnolia-module-admininterface .................... SKIPPED [INFO] Magnolia REST API ................................. SKIPPED [INFO] magnolia-module-fckeditor ......................... SKIPPED [INFO] magnolia-module-cache ............................. SKIPPED [INFO] magnolia-module-admincentral-vaadin ............... SKIPPED [INFO] magnolia-module-templating-components ............. SKIPPED [INFO] CMS Tag Library ................................... SKIPPED [INFO] magnolia-module-mail .............................. SKIPPED [INFO] CMS Utility Tag Library ........................... SKIPPED [INFO] magnolia-module-workflow .......................... SKIPPED [INFO] magnolia-module-samples ........................... SKIPPED [INFO] magnolia-module-store-client ...................... SKIPPED [INFO] magnolia-module-wcm ............................... SKIPPED [INFO] magnolia-empty-webapp ............................. SKIPPED [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 47.220s [INFO] Finished at: Tue Dec 14 13:11:20 PST 2010 [INFO] Final Memory: 23M/53M [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.apache.maven.plugins:maven-checkstyle-plugin:2.6:check (default) on project magnolia-core: You have 160 Checkstyle violations. -> [Help 1] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException [ERROR] [ERROR] After correcting the problems, you can resume the build with the command [ERROR] mvn <goals> -rf :magnolia-core -- View this message in context: http://old.nabble.com/Maven-Checkstyle-Error-tp30460236p30460236.html Sent from the Magnolia - User mailing list archive at Nabble.com. ---------------------------------------------------------------- For list details see http://www.magnolia-cms.com/home/community/mailing-lists.html To unsubscribe, E-mail to: <[email protected]> ----------------------------------------------------------------
