-
Type:
Improvement
-
Status: Closed
-
Priority:
Major
-
Resolution: Abandoned
-
Affects Version/s: 2.0-beta-8
-
Fix Version/s: None
-
Component/s: scm
-
Labels:None
-
Environment:Windows Vista SP1 + JDK 1.5 + Mvn 2.0.9 and
Ubuntu 8.04 Server + JDK 1.5 + Mvn 2.0.8
-
Flags:Patch
I have a multi module project and currently I have to do
>>svn co http://svnrepo/project/trunk
>>mvn release:prepare
At this stage it fails
>>svn up
>>mvn release:prepare
Now it is complete.
It would be good to have a hook to get the svn update to happen after each svn commit performed by the release plugin