Jan-Kees van Andel created SCM-751:
--------------------------------------
Summary: SCM child-project URL composition issue
Key: SCM-751
URL: https://jira.codehaus.org/browse/SCM-751
Project: Maven SCM
Issue Type: Bug
Affects Versions: 1.9, 1.10
Environment: Maven 3.0.5 (because of other restrictions I'm unable to
upgrade), Windows, Mac, Git 1.8.4 & Git 1.9.2
Reporter: Jan-Kees van Andel
Hi,
I've migrated some projects from SVN to Git and removed all the SCM entries
from all but the parent pom.xml. This sounded valid, as the SCM URL will be the
same for all modules (same Git repo).
But releasing a sub module (I release submodules separately, not as part of a
multi-module build) causes the SCM URLs to get the modulename appended, like
this.
Original, configured URL: https://git......nl/scm/on/repo.git
URL used to push: https://git......nl/scm/on/repo.git/modulename
I found this discussion from 2011:
http://mail-archives.apache.org/mod_mbox/maven-dev/201107.mbox/%[email protected]%3E
But I don't see any way in how this is currently resolved. Is this still an
open issue?
I'm able to add SCM tags to every module, but that seems a bit cumbersome. Is
there another way around this?
Cheers,
--
This message was sent by Atlassian JIRA
(v6.1.6#6162)