sdaschner / jaxrs-analyzer

Creates REST documentation for JAX-RS projects
Apache License 2.0
319 stars 101 forks source link

Error executing v10 to v14 #113

Closed ppasler closed 7 years ago

ppasler commented 7 years ago

When running the plugin I get the following error

[ERROR] Failed to execute goal com.sebastian-daschner:jaxrs-analyzer-maven-plugin:0.14:analyze-jaxrs (default) on project core: Execution default of goal com.sebastian-daschner:jaxrs-analyzer-maven-plugin:0.14:analyze-jaxrs failed: An API incompatibility was encountered while executing com.sebastian-daschner:jaxrs-analyzer-maven-plugin:0.14:analyze-jaxrs: java.lang.VerifyError: Cannot inherit from final class
[ERROR] -----------------------------------------------------
[ERROR] realm =    plugin>com.sebastian-daschner:jaxrs-analyzer-maven-plugin:0.14
[ERROR] strategy = org.codehaus.plexus.classworlds.strategy.SelfFirstStrategy
[ERROR] urls[0] = file:/home/ppasler/.m2/repository/com/sebastian-daschner/jaxrs-analyzer-maven-plugin/0.14/jaxrs-analyzer-maven-plugin-0.14.jar
[ERROR] urls[1] = file:/home/ppasler/.m2/repository/com/sebastian-daschner/jaxrs-analyzer/0.14/jaxrs-analyzer-0.14.jar
[ERROR] urls[2] = file:/home/ppasler/.m2/repository/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar
[ERROR] Number of foreign imports: 1

With v9 it works as expected.

I am not quite sure if this is the same as #109 Any help will be apprechiated.

ppasler commented 7 years ago

Sorry wrong project, moved to jaxrs-analyzer-maven-plugin