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
Building locally with maven 3 does not completely work. #3
Merged
Commits on Oct 23, 2011
-
Maven auto selected org.codehaus.groovy.maven:gmaven-plugin version 1…
dodtsair committedOct 23, 2011 ….0 unfortunately that version of the plugin seems to be broken. Building results in a no method found exception boiling up from the plugin. My experience suggests that this happens when classes are compiled against one version and executed against another. I know that 1.0-rc-4 and 1.0-rc-5 work. But since they are release candidates and since I was updating the version anyway I migrated the groupId to org.codehaus.gmaven. This groupId seems to be the new groupId for the plugin as according to the website the latest version is 1.3. Maven clean install runs fine on version 1.3. Relying on test coverage for regression testing
-
Merge remote-tracking branch 'origin/master' into HEAD
dodtsair committedOct 23, 2011