metridoc / metridoc-grails

All metridoc grails projects
1 stars 4 forks source link

Error executing script MavenInstall #169

Open Archith09 opened 7 years ago

Archith09 commented 7 years ago

I am trying to run the buildAll.sh script but I am getting the below error for 'funds' plugin.

| Plugin packaged grails-metridoc-funds-0.8.6.zip | Generating POM file..... | Error Error executing script MavenInstall: groovy.lang.GroovyRuntimeException: Could not find matching constructor for: grails.plugins.publish.ExcludeResolver(org.codehaus.groovy.grails.resolve.maven.aether.AetherDependencyManager) (NOTE: Stack trace has been filtered. Use --verbose to see entire trace.) groovy.lang.GroovyRuntimeException: Could not find matching constructor for: grails.plugins.publish.ExcludeResolver(org.codehaus.groovy.grails.resolve.maven.aether.AetherDependencyManager)

The command './grailsw --refresh-dependencies --non-interactive tA :unit --stacktrace' runs fine, clearing all test cases. But, when I run './grailsw --refresh-dependencies --non-interactive maven-install --stacktrace', I get the above error. This command is throwing an error only for this plugin.

Any inputs to fix this are really appreciated.