-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
The distributionMgmt site URL in
Line 328 in 393099c
| <url>${project.scm.developerConnection}</url> |
scm:git:[email protected]:codehaus-plexus/plexus-sec-dispatcher.git (from https://github.com/codehaus-plexus/plexus-sec-dispatcher/blob/35804938db2feec87fabe24d75509cd0d8dc3c47/pom.xml#L20). However this value is evaluated for site:stage (https://maven.apache.org/plugins/maven-site-plugin/stage-mojo.html) to calculate the folder structure being created below target/staging (for multimodule sites).
By default the same value is also used by maven-scm-publish-plugin in https://maven.apache.org/plugins/maven-scm-publish-plugin/publish-scm-mojo.html#pubScmUrl. However this is already overwritten in
Line 534 in 393099c
| <pubScmUrl>${project.scm.developerConnection}</pubScmUrl> |
distributionManagement.site.url should rather point to the HTTP URL of where the site is hosted!Copilot
Metadata
Metadata
Assignees
Labels
No labels