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>
|
||||
<version>1.0-beta-2</version>
|
||||
<configuration>
|
||||
<content>${project.build.directory}/staging/ref/3-LATEST</content>
|
||||
<checkoutDirectory>${maven.site.cache}/ref/3-LATEST</checkoutDirectory>
|
||||
<tryUpdate>true</tryUpdate>
|
||||
</configuration>
|
||||
|
|
Loading…
Reference in New Issue