Add the serverId to scm-publish so that we do not need to rely on cached svn credentials
Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/69c512a8 Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/69c512a8 Diff: http://git-wip-us.apache.org/repos/asf/maven/diff/69c512a8 Branch: refs/heads/MNG-5227 Commit: 69c512a8203030f3fee657673b0416bc2a121eae Parents: 3d0efa3 Author: Stephen Connolly <stephen.alan.conno...@gmail.com> Authored: Wed Oct 18 09:54:02 2017 +0100 Committer: Stephen Connolly <stephen.alan.conno...@gmail.com> Committed: Wed Oct 18 09:54:02 2017 +0100 ---------------------------------------------------------------------- pom.xml | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/maven/blob/69c512a8/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 6649634..a572e4b 100644 --- a/pom.xml +++ b/pom.xml @@ -508,6 +508,9 @@ under the License. <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-scm-publish-plugin</artifactId> <version>1.1</version> + <configuration> + <serverId>apache.releases.https</serverId> + </configuration> </plugin> <plugin> <groupId>org.apache.rat</groupId>