I was actually using the default mvn install on my system which is 3.0.3. I just tried with 3.1.1 which gives me a slightly similar error (below).
What Maven version should work? Cheers, David The error with maven 3.1.1: [ERROR] Failed to execute goal org.apache.karaf.tooling:karaf-maven-plugin:3.0.0-SNAPSHOT:features-generate-descriptor (compile) on project framework: Execution compile of goal org.apache.karaf.tooling:karaf-maven-plugin:3.0.0-SNAPSHOT:features-generate-descriptor failed: Unable to load the mojo 'features-generate-descriptor' (or one of its required components) from the plugin 'org.apache.karaf.tooling:karaf-maven-plugin:3.0.0-SNAPSHOT': com.google.inject.ProvisionException: Guice provision errors: [ERROR] [ERROR] 1) No implementation for org.sonatype.aether.RepositorySystem was bound. [ERROR] while locating org.apache.karaf.tooling.features.GenerateDescriptorMojo [ERROR] at ClassRealm[plugin>org.apache.karaf.tooling:karaf-maven-plugin:3.0.0-SNAPSHOT, parent: sun.misc.Launcher$AppClassLoader@7987aeca] [ERROR] while locating org.apache.maven.plugin.Mojo annotated with @com.google.inject.name.Named(value=org.apache.karaf.tooling:karaf-maven-plugin:3.0.0-SNAPSHOT:features-generate-descriptor) [ERROR] [ERROR] 1 error [ERROR] role: org.apache.maven.plugin.Mojo [ERROR] roleHint: org.apache.karaf.tooling:karaf-maven-plugin:3.0.0-SNAPSHOT:features-generate-descriptor On 25 October 2013 16:27, nseb <[email protected]> wrote: > You use maven 3.1.0 ? > > > > -- > View this message in context: > http://karaf.922171.n3.nabble.com/Build-failure-on-Karaf-trunk-tp4030054p4030055.html > Sent from the Karaf - Dev mailing list archive at Nabble.com.
