Details
-
Type:
New Feature
-
Status:
Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: 0.9.3
-
Fix Version/s: 1.1
-
Component/s: Help Wanted, SCM
-
Labels:None
-
Number of attachments :
Description
- when sharing a project to version control or if project is already shard but pom.xml has no scm-information it would be nice if m2eclipse would offer a possibility to add scm-information.
- when branching or generally moving projects in source-control tree, adjusting scm-information in respective poms can be error prone (-> forget to edit at all or wrong editing).
so feature of m2eclipse subclipse-integration which would refactor the scm-information when moving projects would be very helpful.
<scm> <connection>scm:svn:http://127.0.0.1/svn/my-project</connection> <developerConnection>scm:svn:https://127.0.0.1/svn/my-project</developerConnection> <tag>HEAD</tag> <url>http://127.0.0.1/websvn/my-project</url> </scm>
Interesting idea