o Use maven-site-plugin 2.2, to avoid AIOOB Exception.
git-svn-id: https://svn.apache.org/repos/asf/maven/plugin-tools/trunk@1067540 13f79535-47bb-0310-9956-ffa450edef68master
parent
7f32cbc96f
commit
8605ba634c
1
pom.xml
1
pom.xml
|
|
@ -218,6 +218,7 @@
|
||||||
<plugins>
|
<plugins>
|
||||||
<plugin>
|
<plugin>
|
||||||
<artifactId>maven-site-plugin</artifactId>
|
<artifactId>maven-site-plugin</artifactId>
|
||||||
|
<version>2.2</version>
|
||||||
<configuration>
|
<configuration>
|
||||||
<stagingSiteURL>scp://people.apache.org/www/maven.apache.org/plugin-tools/${project.artifactId}-${project.version}</stagingSiteURL>
|
<stagingSiteURL>scp://people.apache.org/www/maven.apache.org/plugin-tools/${project.artifactId}-${project.version}</stagingSiteURL>
|
||||||
</configuration>
|
</configuration>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue