Hi, I am a magnolia enterprise Trial user.I have downloaded the magnolia source from http://git.magnolia-cms.com/gitweb/.
Based on the instructions given in [url]http://documentation.magnolia-cms.com/developing/dev-environment/maven.html[/url], I am trying to build it using maven. I was downloaded the settings.xml from [url]http://nexus.magnolia-cms.com/index.html#m2-settings-templates;magnolia-community-public[/url]. In the building process, it's downloading all the dependencies. This is the error that it shows: [code] [INFO] Checking for local modifications: skipped. [INFO] Updating project files from SCM: skipped. [INFO] Executing: cmd.exe /X /C "git show" [INFO] Working directory: D:\magnolia-git\Main\magnolia_main.pub\magnolia-core [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] magnolia-project .................................. SUCCESS [2:15.160s] [INFO] magnolia-core ..................................... FAILURE [3:20.075s] [INFO] magnolia-jaas ..................................... SKIPPED [INFO] magnolia-gui ...................................... SKIPPED [INFO] magnolia-rendering ................................ SKIPPED [INFO] magnolia-module-admininterface .................... SKIPPED [INFO] magnolia-module-fckeditor ......................... SKIPPED [INFO] magnolia-templating ............................... SKIPPED [INFO] magnolia-templating-editor ........................ SKIPPED [INFO] magnolia-templating-jsp ........................... SKIPPED [INFO] magnolia-templating-samples ....................... SKIPPED [INFO] magnolia-templating-compatibility ................. SKIPPED [INFO] magnolia-templating-compatibility-taglib-cms ...... SKIPPED [INFO] magnolia-module-mail .............................. SKIPPED [INFO] magnolia-templating-compatibility-taglib-utility .. SKIPPED [INFO] magnolia-module-cache ............................. SKIPPED [INFO] magnolia-module-exchange-simple ................... SKIPPED [INFO] magnolia-module-store-client ...................... SKIPPED [INFO] magnolia-module-workflow .......................... SKIPPED [INFO] magnolia-empty-webapp ............................. SKIPPED [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 5:38.562s [INFO] Finished at: Wed Jun 27 10:10:45 IST 2012 [INFO] Final Memory: 14M/33M [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.codehaus.mojo:buildnumber-maven-plugin:1.0:create (default) on project magnolia-core: Cannot get the revision information from the scm repository : [ERROR] Exception while executing SCM command. UnsupportedOperationException [ERROR] -> [Help 1] [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] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException [ERROR] After correcting the problems, you can resume the build with the command [ERROR] mvn <goals> -rf :magnolia-core[/code] However, how do I build the project properly? -- Context is everything: http://forum.magnolia-cms.com/forum/thread.html?threadId=4f567ca0-c43f-4059-86a1-c7a23391ec56 ---------------------------------------------------------------- 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]> ----------------------------------------------------------------
