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-ffa450edef68
master
Dennis Lundberg 2011-02-05 22:12:52 +00:00
parent 7f32cbc96f
commit 8605ba634c
1 changed files with 1 additions and 0 deletions

View File

@ -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>