Author: desruisseaux
Date: Fri Feb 21 16:54:32 2014
New Revision: 1570636
URL: http://svn.apache.org/r1570636
Log:
Needs a more recent maven-site-plugin for fixing the NoClassDefFoundError
during site generation.
Modified:
sis/branches/JDK7/pom.xml
Modified: sis/branches/JDK7/pom.xml
URL:
http://svn.apache.org/viewvc/sis/branches/JDK7/pom.xml?rev=1570636&r1=1570635&r2=1570636&view=diff
==============================================================================
--- sis/branches/JDK7/pom.xml (original)
+++ sis/branches/JDK7/pom.xml Fri Feb 21 16:54:32 2014
@@ -555,6 +555,7 @@ Apache SIS is a free software, Java lang
we disable links relativization for avoiding confusing behavior. -->
<plugin>
<artifactId>maven-site-plugin</artifactId>
+ <version>3.3</version> <!-- TODO: Remove after parent pom.xml has
upgraded. -->
<configuration>
<locales>${website.locale}</locales>
<inputEncoding>${project.build.sourceEncoding}</inputEncoding>