Details
-
Type:
Sub-task
-
Status:
Closed
-
Priority:
Major
-
Resolution: Duplicate
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
Description
When running mvn release:prepare, maven changes the version from 1.0-SNAPSHOT to 1.0, but the app.version in application.properties is not changed accordingly. The grails-maven plugin complains about this, causing the release to fail.
Issue Links
| This issue duplicates: | ||||
| MAVEN-79 | Automatically sync. application.properties Grails version with the versions declared in the POM |
|
|
|
I devised a work-around that's both quite ugly and far from perfect: Teaching Mavenized Grails to Survive mvn release:prepare release:perform with Hudson