Skip to content

Commit

Permalink
Specifying maven-site-plugin version as version 2.2 to get around a A…
Browse files Browse the repository at this point in the history
…rrayIndexOutOfBounds issue.
  • Loading branch information
mhanes committed Mar 8, 2011
1 parent 4f74396 commit 3b13819
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions symmetric/symmetric-assemble/pom.xml
Expand Up @@ -71,6 +71,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-site-plugin</artifactId>
<version>2.2</version>
<configuration>
<siteDirectory>${basedir}/src/site</siteDirectory>
<templateFile>${basedir}/src/site/site.vm</templateFile>
Expand Down

0 comments on commit 3b13819

Please sign in to comment.