Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.0-beta-6
-
None
-
None
-
Windows XP, Cygwin
Description
Any local changes to pom.xmls are committed when using release:prepare. Such changes should be committed manually by the user before releasing to keep commits atomic. Thus pom.xml needs to be removed from the ScmCheckModificationsPhase exclusion list to fail the build under these circumstances.
The attached patch removes pom.xml from the excluded files and realigns the tests accordingly.