Add the serverId to scm-publish so that we do not need to rely on cached svn credentials

This commit is contained in:
Stephen Connolly 2017-10-18 12:51:21 +01:00
parent 47321c64de
commit d4ec6e03f6
1 changed files with 8 additions and 0 deletions

View File

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