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 09:54:02 +01:00
parent 3d0efa3696
commit 69c512a820
1 changed files with 3 additions and 0 deletions

View File

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