Repository: maven-integration-testing Updated Branches: refs/heads/master 04cfa95e8 -> d30156c15
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-integration-testing/repo Commit: http://git-wip-us.apache.org/repos/asf/maven-integration-testing/commit/d30156c1 Tree: http://git-wip-us.apache.org/repos/asf/maven-integration-testing/tree/d30156c1 Diff: http://git-wip-us.apache.org/repos/asf/maven-integration-testing/diff/d30156c1 Branch: refs/heads/master Commit: d30156c15c8542af2995e9f903a1babef4dcc369 Parents: 04cfa95 Author: Stephen Connolly <[email protected]> Authored: Wed Oct 18 12:51:21 2017 +0100 Committer: Stephen Connolly <[email protected]> Committed: Wed Oct 18 12:51:21 2017 +0100 ---------------------------------------------------------------------- pom.xml | 8 ++++++++ 1 file changed, 8 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/maven-integration-testing/blob/d30156c1/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 562fc29..f47a218 100644 --- a/pom.xml +++ b/pom.xml @@ -129,6 +129,14 @@ under the License. <build> <pluginManagement> <plugins> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-scm-publish-plugin</artifactId> + <version>1.1</version> + <configuration> + <serverId>apache.releases.https</serverId> + </configuration> + </plugin> <!--This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself. --> <plugin>
