kingdom578 / maven-android-plugin

Automatically exported from code.google.com/p/maven-android-plugin
0 stars 0 forks source link

Class missing while executing #427

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
mvn clean package

What is the expected output?
Just work

What do you see instead?
Caused by: org.apache.maven.plugin.PluginContainerException: A required class 
was missing while executing 
com.jayway.maven.plugins.android.generation2:android-maven-plugin:3.7.0:generate
-sources: Lorg/sonatype/aether/RepositorySystem;

What version of maven-android-plugin are you using?
3.7.0

What are the complete output lines of "mvn -version" on your machine?
Apache Maven 3.1.1 (0728685237757ffbf44136acec0402957f723d9a; 2013-09-17 
17:22:22+0200)
Maven home: /usr/local/Cellar/maven/3.1.1/libexec
Java version: 1.7.0_45, vendor: Oracle Corporation
Java home: /Library/Java/JavaVirtualMachines/jdk1.7.0_45.jdk/Contents/Home/jre
Default locale: fr_FR, platform encoding: UTF-8
OS name: "mac os x", version: "10.9", arch: "x86_64", family: "mac"

Please provide any additional information below.
He appears after upgrading maven and android-maven-plugin

Original issue reported on code.google.com by christo....@gmail.com on 12 Nov 2013 at 2:05

GoogleCodeExporter commented 9 years ago
Updated to 3.8.0 and it worked \o/

Original comment by christo....@gmail.com on 12 Nov 2013 at 3:08

GoogleCodeExporter commented 9 years ago
3.7 needs Maven 3.0, 3.8 needs Maven 3.1.1+

Original comment by mosa...@gmail.com on 18 Dec 2013 at 7:09