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

   **[Richard Eckart de 
Castilho](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=rec)** 
commented
   
   See comments in https://github.com/apache/uima-parent-pom/issues/37 -- 
overriding the release profiles is annoying.
   
   As I said, currently I set a property either to "none" or to a particular 
phase to control the execution of the SCM plugins:
   
   ```
   <execution>
                    <id>checkout-staging</id>
                    <phase>${releaseStagingCheckoutPhase}</phase>
                    <goals>
                      <goal>checkout</goal>
                    </goals>
   ```
   
   That works, but instead setting a "skip" parameter seems considerably less 
hacky to me.
   


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