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
|
||||
process.
|
||||
</description>
|
||||
<url>http://maven.apache.org/ref/${project.version}</url>
|
||||
<url>http://maven.apache.org/ref/${project.version}/</url>
|
||||
<inceptionYear>2001</inceptionYear>
|
||||
|
||||
<properties>
|
||||
|
@ -449,7 +449,7 @@
|
|||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-site-plugin</artifactId>
|
||||
<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>
|
||||
</plugin>
|
||||
<plugin>
|
||||
|
|
Loading…
Reference in New Issue