You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by GitBox <gi...@apache.org> on 2022/10/10 07:24:49 UTC

[GitHub] [maven-apache-parent] pan3793 opened a new pull request, #111: [MPOM-347] Allow custom Release Distribution Repository

pan3793 opened a new pull request, #111:
URL: https://github.com/apache/maven-apache-parent/pull/111

   Same as snapshots, this makes developers deploy a release version to a custom repo easily.


-- 
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: issues-unsubscribe@maven.apache.org

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


[GitHub] [maven-apache-parent] pan3793 commented on pull request #111: [MPOM-347] Allow custom Release Distribution Repository

Posted by GitBox <gi...@apache.org>.
pan3793 commented on PR #111:
URL: https://github.com/apache/maven-apache-parent/pull/111#issuecomment-1272897544

   one use case: some users/developers may want to have a quick patched version to deploy to private repo based on a released version, e.g. someone wants a v1.2.3-1 w/ some internal changes based on v1.2.3, w/ this patch, they can simply run 
   ```
   mvn versions:set -DnewVersion=1.2.3-1 -DgenerateBackupPoms=false
   mvn deploy -DdistMgmtReleasesName=<private-repo-name> -DdistMgmtReleasesUrl=<private-repo-url>
   ```
   instead of touching `pom.xml`


-- 
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: issues-unsubscribe@maven.apache.org

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


[GitHub] [maven-apache-parent] slawekjaranowski merged pull request #111: [MPOM-347] Allow custom Release Distribution Repository

Posted by GitBox <gi...@apache.org>.
slawekjaranowski merged PR #111:
URL: https://github.com/apache/maven-apache-parent/pull/111


-- 
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: issues-unsubscribe@maven.apache.org

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


[GitHub] [maven-apache-parent] michael-o commented on pull request #111: [MPOM-347] Allow custom Release Distribution Repository

Posted by GitBox <gi...@apache.org>.
michael-o commented on PR #111:
URL: https://github.com/apache/maven-apache-parent/pull/111#issuecomment-1272894832

   Good question...


-- 
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: issues-unsubscribe@maven.apache.org

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


[GitHub] [maven-apache-parent] pan3793 commented on pull request #111: [MPOM-347] Allow custom Release Distribution Repository

Posted by GitBox <gi...@apache.org>.
pan3793 commented on PR #111:
URL: https://github.com/apache/maven-apache-parent/pull/111#issuecomment-1273143490

   I use "releases" for consistency as we already used "snapshots", are you inclined towards "release" or "releases"?


-- 
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: issues-unsubscribe@maven.apache.org

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


[GitHub] [maven-apache-parent] pan3793 commented on pull request #111: [MPOM-347] Allow custom Release Distribution Repository

Posted by GitBox <gi...@apache.org>.
pan3793 commented on PR #111:
URL: https://github.com/apache/maven-apache-parent/pull/111#issuecomment-1272888878

   why does the snapshot repo allow custom but the release does 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: issues-unsubscribe@maven.apache.org

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


[GitHub] [maven-apache-parent] michael-o commented on pull request #111: [MPOM-347] Allow custom Release Distribution Repository

Posted by GitBox <gi...@apache.org>.
michael-o commented on PR #111:
URL: https://github.com/apache/maven-apache-parent/pull/111#issuecomment-1272887188

   Why?


-- 
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: issues-unsubscribe@maven.apache.org

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


[GitHub] [maven-apache-parent] pan3793 commented on pull request #111: [MPOM-347] Allow custom Release Distribution Repository

Posted by GitBox <gi...@apache.org>.
pan3793 commented on PR #111:
URL: https://github.com/apache/maven-apache-parent/pull/111#issuecomment-1273139422

   Yes, @olamy we have done the same thing in Apache Kyuubi (Incubating) https://github.com/apache/incubator-kyuubi/blob/2cb34c4d007ac19b359767963225ee422d765618/pom.xml#L281-L292


-- 
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: issues-unsubscribe@maven.apache.org

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