I am new to Broadleaf and I have some issues with setting everything up. I followed the Getting Started tutorial and when running jetty-demo task I get the following error:
Code: Select all
[artifact:mvn] [INFO] ------------------------------------------------------------------------
[artifact:mvn] [ERROR] BUILD ERROR
[artifact:mvn] [INFO] ------------------------------------------------------------------------
[artifact:mvn] [INFO] Internal error in the plugin manager executing goal 'org.zeroturnaround:javarebel-maven-plugin:1.0.5:generate': Unable to load the mojo 'org.zeroturnaround:javarebel-maven-plugin:1.0.5:generate' in the plugin 'org.zeroturnaround:javarebel-maven-plugin'. A required class is missing: hidden/org/codehaus/plexus/interpolation/ValueSource
[artifact:mvn] hidden.org.codehaus.plexus.interpolation.ValueSource
[artifact:mvn] [INFO] ------------------------------------------------------------------------
[artifact:mvn] [INFO] For more information, run Maven with the -e switch
[artifact:mvn] [INFO] ------------------------------------------------------------------------
[artifact:mvn] [INFO] Total time: 17 seconds
[artifact:mvn] [INFO] Finished at: Wed Nov 28 00:31:03 CET 2012
[artifact:mvn] [INFO] Final Memory: 15M/217M
[artifact:mvn] [INFO] ----------------------------
Any ideas what may be wrong?