jira-importer commented on issue #1030:
URL: https://github.com/apache/maven-scm/issues/1030#issuecomment-2964639951

   **[Rami 
Ojares](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=rojares)** 
commented
   
   I readily admit that I do not know Maven source code.
   I comment here merely as a user.
   Fixing for me would mean minimally the following.
   
   Parent:
   
   ```xml
   <scm doNotAppendArtifactIdAtTheEndOfTheUrl="true">
       <developerConnection>protocol://host/path</developerConnection>
   </scm>
   ```
   
   Child that does not define scm, would have the following effective pom
   
   ```xml
   <scm>
       <developerConnection>protocol://host/path</developerConnection>
   </scm>
   ```
   
   Notice: Child's artifactId is NOT appended at the end of the path.
   
   This attribute would remove the appending of artifactId also to connection 
and url tags.
   And if this same issue is plaguing other tags (like site related tags) then 
let's apply the same strategy there.
   


-- 
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]

Reply via email to