fmsystem-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Fmsystem-commits] [6965] set source encoding


From: Petur Thorsteinsson
Subject: [Fmsystem-commits] [6965] set source encoding
Date: Thu, 10 Feb 2011 18:31:10 +0000

Revision: 6965
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=6965
Author:   peturbjorn
Date:     2011-02-10 18:31:10 +0000 (Thu, 10 Feb 2011)
Log Message:
-----------
set source encoding

Modified Paths:
--------------
    thirdparty/BIM_converter/trunk/pom.xml

Modified: thirdparty/BIM_converter/trunk/pom.xml
===================================================================
--- thirdparty/BIM_converter/trunk/pom.xml      2011-02-10 17:24:58 UTC (rev 
6964)
+++ thirdparty/BIM_converter/trunk/pom.xml      2011-02-10 18:31:10 UTC (rev 
6965)
@@ -7,6 +7,10 @@
   <version>0.5.0-SNAPSHOT</version>
   <name>bimconverter Maven Webapp</name>
   <url>http://maven.apache.org</url>
+  <properties>
+    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+  </properties>
+  
   <repositories>
        <repository>
     <id>maven2-repository.dev.java.net</id>
@@ -95,7 +99,16 @@
                        <source>1.6</source>
                        <target>1.6</target>
                      </configuration>
-       </plugin>
+       </plugin><!-- 
+       <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-resources-plugin</artifactId>
+        <version>2.4.3</version>
+        <configuration>
+          <encoding>UTF-8</encoding>
+        </configuration>
+      </plugin> -->
+       
     </plugins>
   </build>
 </project>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]