mirror of https://github.com/apache/maven.git
updated configuration for svnpubsub /components location
This commit is contained in:
parent
200d2f9935
commit
6b6e9bf39e
4
pom.xml
4
pom.xml
|
@ -38,7 +38,7 @@
|
||||||
number of other development tools for reporting or the build
|
number of other development tools for reporting or the build
|
||||||
process.
|
process.
|
||||||
</description>
|
</description>
|
||||||
<url>http://maven.apache.org/ref/${project.version}</url>
|
<url>http://maven.apache.org/ref/${project.version}/</url>
|
||||||
<inceptionYear>2001</inceptionYear>
|
<inceptionYear>2001</inceptionYear>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
|
@ -449,7 +449,7 @@
|
||||||
<groupId>org.apache.maven.plugins</groupId>
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
<artifactId>maven-site-plugin</artifactId>
|
<artifactId>maven-site-plugin</artifactId>
|
||||||
<configuration>
|
<configuration>
|
||||||
<topSiteURL>scm:svn:https://svn.apache.org/repos/infra/websites/production/maven/content/${maven.site.path}</topSiteURL>
|
<topSiteURL>scm:svn:https://svn.apache.org/repos/infra/websites/production/maven/components/${maven.site.path}</topSiteURL>
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
<plugin>
|
<plugin>
|
||||||
|
|
Loading…
Reference in New Issue