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

   **[Thorsten 
Heit](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=t_heit)** 
commented
   
   I forgot:
   
   Another reason why I added this to the `svn-settings.xml` was that I haven't 
found out a clear way to make it work with the maven-release-plugin (2.5.3) :
   
   m-release-p uses a hard-coded version 1.9.5 of m-scm-p as far as I know so I 
had to patch this plugin too to use my own m-scm-p variant. Without this I'm 
not able to perform a release with Maven via "mvn release:prepare 
release:perform" so that svn externals are pinned.
   
   In case that svn externals pinning is realized via `ScmBranchParameters` and 
`ScmTagParameters`, m-release-p has to be patched a bit more apart from using a 
newer m-scm-p version:
   
   It creates new instances of these objects in `ScmBranchPhase.java` and 
`ScmTagPhase.java` when branching and/or tagging is being performed.
   


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