mirror of https://github.com/apache/maven.git
fixed svnpubsub configuration (since parent pom upgrade, staging
result base directory has changed)
This commit is contained in:
parent
02014d8b38
commit
297bbca90f
1
pom.xml
1
pom.xml
|
@ -419,6 +419,7 @@
|
||||||
<artifactId>maven-scm-publish-plugin</artifactId>
|
<artifactId>maven-scm-publish-plugin</artifactId>
|
||||||
<version>1.0-beta-2</version>
|
<version>1.0-beta-2</version>
|
||||||
<configuration>
|
<configuration>
|
||||||
|
<content>${project.build.directory}/staging/ref/3-LATEST</content>
|
||||||
<checkoutDirectory>${maven.site.cache}/ref/3-LATEST</checkoutDirectory>
|
<checkoutDirectory>${maven.site.cache}/ref/3-LATEST</checkoutDirectory>
|
||||||
<tryUpdate>true</tryUpdate>
|
<tryUpdate>true</tryUpdate>
|
||||||
</configuration>
|
</configuration>
|
||||||
|
|
Loading…
Reference in New Issue