-
Notifications
You must be signed in to change notification settings - Fork 475
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Maven 3.1.x compatibility : Failed to execute goal com.squareup.spoon:spoon-maven-plugin:1.0.5:run : A required class was missing #152
Comments
Using Android Maven Plugin version 3.8.0 (requires Maven 3.1.1 or higher). Set Android 4.4 (API 19) as default target platform. Remove Spoon support (client library and Maven plugin) : Not compatible with Maven 3.1.x (square/spoon#152).
We're actually going to be migrating away from Maven to a Gradle plugin but
|
Does it mean there is no big sense to maintain currently existing Gradle plugins since you'll release your own soon? |
Looks like the linked PR fixes this issue, and https://github.com/stanfy/spoon-gradle-plugin is the appropriate spoon gradle plugin to use, going forward. |
Spoon Maven plugin is not compatible with Maven 3.1.x :
[ERROR] Failed to execute goal com.squareup.spoon:spoon-maven-plugin:1.0.5:run (default) on project xxx-instrumentation: Execution default of goal com.squareup.spoon:spoon-maven-plugin:1.0.5:run failed: A required class was missing while executing com.squareup.spoon:spoon-maven-plugin:1.0.5:run: org/sonatype/aether/resolution/ArtifactResolutionException
Maven 3.1.x use eclipse aether while Maven 3.0.x use Sonatype aether.
Thanks in advance.
The text was updated successfully, but these errors were encountered: