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

   **[Jason 
Melnick](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=jmaelstrom)**
 commented
   
   They're all set... here's an example:
   
   ParentPOM
   
   \<scm>  \<connection>scm:svn:https://{removed}/m2_refapp\</connection>
   
\<developerConnection>scm:svn:https://{removed}/m2_refapp\</developerConnection>
   \<url>https://{removed}/m2_refapp/\</url>
   \</scm>
   
   This resolves exactly like it should... However, the child that inherits 
from it resolves like so (these are excerpts):
   \<artifactId>dukesbankear\</artifactId>
   \<scm>
   \<connection>scm:svn:https://{removed}/m2_refapp/dukesbankear\</connection>
   
\<developerConnection>scm:svn:https://{removed}/m2_refapp/dukesbankear\</developerConnection>
   \<url>https://{removed}/m2_refapp/dukesbankear\</url>
   \</scm>
   
   It automatically appends the artifactId to each of the URL's in the scm 
section- regardless of whether you want it to or not.
   
   


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