Author: hboutemy
Date: Tue Jul 30 22:40:42 2013
New Revision: 1508674

URL: http://svn.apache.org/r1508674
Log:
make IT run with JDK 7

Modified:
    maven/plugins/trunk/maven-site-plugin/src/it/MSITE-506/pom.xml

Modified: maven/plugins/trunk/maven-site-plugin/src/it/MSITE-506/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-site-plugin/src/it/MSITE-506/pom.xml?rev=1508674&r1=1508673&r2=1508674&view=diff
==============================================================================
--- maven/plugins/trunk/maven-site-plugin/src/it/MSITE-506/pom.xml (original)
+++ maven/plugins/trunk/maven-site-plugin/src/it/MSITE-506/pom.xml Tue Jul 30 
22:40:42 2013
@@ -28,6 +28,10 @@ under the License.
   <version>1.0-SNAPSHOT</version>
   <name>testmaven3</name>
   <url>http://maven.apache.org</url>
+  <properties>
+    <!-- JUnit sources contain accents, causing failure with JDK 7 if using 
UTF-8 source encoding -->
+    <project.build.sourceEncoding>ISO-8859-1</project.build.sourceEncoding>
+  </properties>
   <dependencies>
     <dependency>
       <groupId>junit</groupId>


Reply via email to