mirror of https://github.com/apache/maven.git
Add the serverId to scm-publish so that we do not need to rely on cached svn credentials
This commit is contained in:
parent
3d0efa3696
commit
69c512a820
3
pom.xml
3
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>
|
||||
|
|
Loading…
Reference in New Issue