mirror of https://github.com/apache/maven.git
updated svnpubsub configuration to publish to /ref/3-LATEST (consistent
with websites' r849425)
This commit is contained in:
parent
114c98f310
commit
ca514cea44
4
pom.xml
4
pom.xml
|
@ -96,7 +96,7 @@
|
||||||
<distributionManagement>
|
<distributionManagement>
|
||||||
<site>
|
<site>
|
||||||
<id>apache.website</id>
|
<id>apache.website</id>
|
||||||
<url>scm:svn:https://svn.apache.org/repos/infra/websites/production/maven/content/ref/3-latest</url>
|
<url>scm:svn:https://svn.apache.org/repos/infra/websites/production/maven/content/ref/3-LATEST</url>
|
||||||
</site>
|
</site>
|
||||||
</distributionManagement>
|
</distributionManagement>
|
||||||
|
|
||||||
|
@ -419,7 +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>
|
||||||
<checkoutDirectory>${maven.site.cache}/ref/${project.version}</checkoutDirectory>
|
<checkoutDirectory>${maven.site.cache}/ref/3-LATEST</checkoutDirectory>
|
||||||
<tryUpdate>true</tryUpdate>
|
<tryUpdate>true</tryUpdate>
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
|
|
Loading…
Reference in New Issue