You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by be...@apache.org on 2008/08/11 20:03:07 UTC

svn commit: r684852 - /maven/plugins/trunk/maven-project-info-reports-plugin/src/it/minimal-pom/pom.xml

Author: bentmann
Date: Mon Aug 11 11:03:06 2008
New Revision: 684852

URL: http://svn.apache.org/viewvc?rev=684852&view=rev
Log:
o Stabilized IT

Modified:
    maven/plugins/trunk/maven-project-info-reports-plugin/src/it/minimal-pom/pom.xml

Modified: maven/plugins/trunk/maven-project-info-reports-plugin/src/it/minimal-pom/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-project-info-reports-plugin/src/it/minimal-pom/pom.xml?rev=684852&r1=684851&r2=684852&view=diff
==============================================================================
--- maven/plugins/trunk/maven-project-info-reports-plugin/src/it/minimal-pom/pom.xml (original)
+++ maven/plugins/trunk/maven-project-info-reports-plugin/src/it/minimal-pom/pom.xml Mon Aug 11 11:03:06 2008
@@ -28,6 +28,10 @@
   <version>1.0-SNAPSHOT</version>
   <packaging>minimal-pom</packaging>
 
+  <properties>
+    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+  </properties>
+
   <build>
     <plugins>
       <plugin>