Details
-
Type:
New Feature
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.3
-
Fix Version/s: 1.4
-
Component/s: maven-scm-api, maven-scm-provider-bazaar
-
Labels:None
-
Environment:Any distributed VCS.
-
Complexity:Intermediate
Description
Maven's SCM API seems to lack support for distributed SCMs like Bazaar and friends.
Having support for "push" (my changes to a parent repository) and "merge" (other people's changes from a parent repository) would be great!
It would also make it possible to unbreak the Bazaar plugin which currently does "push" implicitly on checkin:
http://svn.apache.org/viewvc/maven/scm/trunk/maven-scm-providers/maven-scm-provider-bazaar/src/main/java/org/apache/maven/scm/provider/bazaar/command/checkin/BazaarCheckInCommand.java?view=markup
I'm guessing the other DVCS providers are having the same problems.
Regards //Johan
Issue Links
- is related to
-
SCM-444
Git provider does 'git push' during 'mvn release:prepare' which causes unwanted problems
-
SCM-444has changed the API.So only bazaar provider need to be changed.
SCM-444has changed the API. So only bazaar provider need to be changed.