Open GoogleCodeExporter opened 9 years ago
I have found out how to solve this.
In the pom.xml in i-jetty-ui folder, find these codes:
<groupid>com.jayway.maven.plugins.android.generation2</groupid>
<artifactid>maven-android-plugin</artifactid>
<version>2.9.0-beta-5</version>
Then change "maven-android-plugin" into "android-maven-plugin", and change
"2.9.0-beta-5" into "3.0.0"
Original comment by caesarxu...@gmail.com
on 8 Jul 2012 at 1:07
i am also facing same problem but this could not be resolved by editing in
pom.xml by chaing verision and androi plugin name .....so kinkdly if any one
have idea how to resolve please share it
Original comment by zuby...@gmail.com
on 1 Sep 2012 at 1:59
comment 1 solved the problem , thanks
Original comment by vic...@tunebasket.com
on 5 Dec 2012 at 7:21
Hmm, yes, we need to update versions of maven android plugins.
Original comment by jan.bar...@gmail.com
on 1 Feb 2013 at 11:19
When I tried this fix, it ended up causing another error:
[ERROR] Failed to execute goal com.jayway.maven.plugins.android.generation2:andr
oid-maven-plugin:3.0.0:generate-sources (default-generate-sources) on project i-
jetty: Execution default-generate-sources of goal com.jayway.maven.plugins.andro
id.generation2:android-maven-plugin:3.0.0:generate-sources failed: A required cl
ass was missing while executing com.jayway.maven.plugins.android.generation2:and
roid-maven-plugin:3.0.0:generate-sources:
Lorg/sonatype/aether/RepositorySystem;
It looks like this is a known bug that has been identified here:
https://cwiki.apache.org/confluence/display/MAVEN/AetherClassNotFound
Any suggestions on how best to work around this in the short-term??
Original comment by MarkSalz...@gmail.com
on 19 Jun 2013 at 3:57
change 3.0.0 to 3.6.0
Original comment by ithch...@gmail.com
on 27 Jun 2013 at 8:28
I changed the plugin name as suggested and updated the version to 3.6.0 and was
able to successfully build. Both the name and the version change were required.
Original comment by Ichiro.F...@gmail.com
on 3 Sep 2013 at 10:55
I fixed problem. change version from 3.6.0 to 3.8.0, it's solve my problem
Original comment by Bas...@gmail.com
on 13 May 2014 at 6:32
The last comment helped. Thank you!
Original comment by APPSOLUT...@gmail.com
on 10 Sep 2014 at 11:40
Original issue reported on code.google.com by
caesarxu...@gmail.com
on 7 Jul 2012 at 10:10