You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@uima.apache.org by GitBox <gi...@apache.org> on 2023/01/16 12:21:44 UTC

[GitHub] [uima-parent-pom] reckart opened a new issue, #37: RC auto staging checks out SVN even on non-release builds

reckart opened a new issue, #37:
URL: https://github.com/apache/uima-parent-pom/issues/37

   **Describe the bug**
   The auto-staging mechanism for release candidates checks out the staging repository for release candidates even when there is no release build going on. This is a bit annoying because it requires that people that want to build auto-staging-enabled projects need to have SVN installed.
   This happens during SNAPSHOT CI builds as well - pretty annoying. I have to declare -Ddisable-rc-auto-staging in the {{Jenkinsfile}}s to get around this.
   Enabling the auto-staging profile by adding it to the Maven Release Plugin releaseProfiles would work. But then projects that do not use it have to override the releaseProfiles setting to remove it again or if we do not make it the default, then projects that use it have to override releaseProfiles to add it.
   Adding a -Dxxx to the arguments setting does not seem to be a great idea because it is more common that a developer would like to pass additional arguments than a developer wanting to pass additional release profiles. And developer-set arguments would not be accepted anymore if we hard-set the arguments in the release plugin - been there, done that, was not good.
   
   **Expected behavior**
   Not sure.
   
   **Please complete the following information:**
    - Version: 16
   


-- 
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: dev-unsubscribe@uima.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [I] RC auto staging checks out SVN even on non-release builds [uima-parent-pom]

Posted by "reckart (via GitHub)" <gi...@apache.org>.
reckart closed issue #37: RC auto staging checks out SVN even on non-release builds
URL: https://github.com/apache/uima-parent-pom/issues/37


-- 
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: dev-unsubscribe@uima.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org