mirror of https://github.com/apache/maven.git
publish site to fixed location /ref/3-latest to better use svnpubsub:
release directory creation will be done with "svn cp 3-latest <effective release version>"
This commit is contained in:
parent
3ad5e54036
commit
ab9b42d3db
2
pom.xml
2
pom.xml
|
@ -97,7 +97,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/${project.version}</url>
|
<url>scm:svn:https://svn.apache.org/repos/infra/websites/production/maven/content/ref/3-latest</url>
|
||||||
</site>
|
</site>
|
||||||
</distributionManagement>
|
</distributionManagement>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue