Author: reto
Date: Thu Mar  7 12:46:05 2013
New Revision: 1453825

URL: http://svn.apache.org/r1453825
Log:
STANBOL-976: added encoding

Modified:
    
stanbol/trunk/development/archetypes/statefull-webmodule/src/main/resources/archetype-resources/pom.xml

Modified: 
stanbol/trunk/development/archetypes/statefull-webmodule/src/main/resources/archetype-resources/pom.xml
URL: 
http://svn.apache.org/viewvc/stanbol/trunk/development/archetypes/statefull-webmodule/src/main/resources/archetype-resources/pom.xml?rev=1453825&r1=1453824&r2=1453825&view=diff
==============================================================================
--- 
stanbol/trunk/development/archetypes/statefull-webmodule/src/main/resources/archetype-resources/pom.xml
 (original)
+++ 
stanbol/trunk/development/archetypes/statefull-webmodule/src/main/resources/archetype-resources/pom.xml
 Thu Mar  7 12:46:05 2013
@@ -11,6 +11,9 @@
     <name>Skeleton for ${artifactId}</name>
     <description>Looks up entities on the Entityhub-Sites and Logs the 
queries</description>
 
+    <properties>
+        <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+    </properties>
 
     <build>
         <!-- make it an OSGi bundle -->


Reply via email to