o Add correct stagingSiteURL
git-svn-id: https://svn.apache.org/repos/asf/maven/plugin-tools/trunk@1098360 13f79535-47bb-0310-9956-ffa450edef68master
parent
4b7fd20413
commit
0cd203af4e
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue