kordamp/json-lib

error occurs when i run "maven install" ,becase of the version of plugin

Closed this issue · 1 comments

Hyvi commented

error as follows:
at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:145)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:195)
... 19 more

Caused by: org.apache.maven.plugin.PluginContainerException: An API incompatibility was encountered while executing org.codehaus.groovy.maven:gmaven-plugin:1.0-rc-3:compile: java.lang.NoSuchMethodError: org.codehaus.plexus.PlexusContainer.hasChildContainer(Ljava/lang/String;)Z

realm = plugin>org.codehaus.groovy.maven:gmaven-plugin:1.0-rc-3

when changing the version of gmaven-plugin to 1.0-rc-5 , it's OK

I think this can be closed now that aalmiray@97cb03b22acc97345dd9 is committed?