If you want execute "install" task to deploy the artifacts into your local maven repository(for the dependence requirement by magnolia-ui project), you also need to pass "-Dcheckstyle.skip=true" parameter to the maven build command.
I recommend to use the following command to build magnolia-main project: [code]mvn clean source:jar install -DskipTests=true -Dcheckstyle.skip=true[/code] Sincerely yours. Jason -- Context is everything: http://forum.magnolia-cms.com/forum/thread.html?threadId=065c396a-24bd-424f-a72e-9840a0c587e4 ---------------------------------------------------------------- For list details, see: http://www.magnolia-cms.com/community/mailing-lists.html Alternatively, use our forums: http://forum.magnolia-cms.com/ To unsubscribe, E-mail to: <[email protected]> ----------------------------------------------------------------
