maven scm plugin bug with flat structure
Hello,
I have a problem with maven scm and release plugins.
When i do mvn release:prepare release:perform if projects have flat structure then scm complains that url is wrong but if i make children projects as tree structure then everything is ok again.
I get this error -
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-release-plugin:2.4.2:prepare (default-cli) on project Authorization: Jazz Url "https://no000010sjts01.moller.local" is not a valid URL. The Jazz Url syntax is scm:jazz:[username[;password]@]http[s]://server_name[:port]/contextRoot:repositoryWorkspace -> [Help 1]
|
One answer
Yes, it is a known issue. What is the completedPhase of release.properties? If it says scm-commit-release, would you please change it to scm-tag? Then, run "mvn -B -Dresume=true release:prepare" again.
Comments Hi,
|
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.