chrismair / GrailsCodeNarcPlugin

Grails CodeNarc plugin
Apache License 2.0
10 stars 5 forks source link

codenarc plugin error during install with grails-2.2.4. #2

Open ghost opened 10 years ago

ghost commented 10 years ago

Hello, I'm trying to install codenarc plugin but I got this error:

:: problems summary :: :::: ERRORS grailsCentral: bad organisation found in http://grails.org/plugins/grails-CodeNarc/tags/RELEASE_0_19/CodeNarc-0.19.pom: expected='org.codenarc' found='org.grails.plugins' grailsCentral: bad module name found in http://grails.org/plugins/grails-CodeNarc/tags/RELEASE_0_19/CodeNarc-0.19.pom: expected='CodeNarc found='codenarc'

chrismair commented 10 years ago

That looks like the same issue as: http://jira.grails.org/browse/GPCODENARC-36

As suggested there, please do a clean/compile and retry. We still don't have a full "solution".