dbusche opened a new issue, #1457:
URL: https://github.com/apache/maven-release/issues/1457
### Affected version
3.3.1
### Bug description
If the project to be released has an inner module that is accessed via
<module>../child</module>, the Git URL is truncated.
If the Git structure looks like this
Repo-Root
| ---- parent
| ---- child
and "parent" has "child" as an inner module and has
"scm.developerConnection=scm:git:https://github.com/foobar/repo.git", then an
mvn release:prepare in "parent" will attempt to push the tag to
"https://github.com/foobar/", which will of course fail.
See for example https://github.com/dbusche/test-mvn-release.git
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]