o Add correct stagingSiteURL

git-svn-id: https://svn.apache.org/repos/asf/maven/plugin-tools/trunk@1098360 13f79535-47bb-0310-9956-ffa450edef68
master
Dennis Lundberg 2011-05-01 15:46:30 +00:00
parent 4b7fd20413
commit 0cd203af4e
1 changed files with 6 additions and 0 deletions

View File

@ -206,6 +206,12 @@
<build>
<plugins>
<plugin>
<artifactId>maven-site-plugin</artifactId>
<configuration>
<stagingSiteURL>scp://people.apache.org/www/maven.apache.org/plugins/${project.artifactId}-${project.version}</stagingSiteURL>
</configuration>
</plugin>
<plugin>
<groupId>org.codehaus.modello</groupId>
<artifactId>modello-maven-plugin</artifactId>