You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2012/01/25 12:16:08 UTC

svn commit: r1235718 - /camel/trunk/tooling/archetypes/camel-archetype-blueprint/src/main/resources/archetype-resources/pom.xml

Author: davsclaus
Date: Wed Jan 25 11:16:08 2012
New Revision: 1235718

URL: http://svn.apache.org/viewvc?rev=1235718&view=rev
Log:
CAMEL-4937: Specified the encoding to be UTF-8 by the Camel maven archetypes so that maven doesn't WARN about platform dependent encoding, also polished all the POMs

Modified:
    camel/trunk/tooling/archetypes/camel-archetype-blueprint/src/main/resources/archetype-resources/pom.xml

Modified: camel/trunk/tooling/archetypes/camel-archetype-blueprint/src/main/resources/archetype-resources/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/tooling/archetypes/camel-archetype-blueprint/src/main/resources/archetype-resources/pom.xml?rev=1235718&r1=1235717&r2=1235718&view=diff
==============================================================================
--- camel/trunk/tooling/archetypes/camel-archetype-blueprint/src/main/resources/archetype-resources/pom.xml (original)
+++ camel/trunk/tooling/archetypes/camel-archetype-blueprint/src/main/resources/archetype-resources/pom.xml Wed Jan 25 11:16:08 2012
@@ -29,6 +29,11 @@
   <name>A Camel Blueprint Route</name>
   <url>http://www.myorganization.org</url>
 
+  <properties>
+    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+    <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
+  </properties>
+
   <dependencies>
     <dependency>
       <groupId>org.apache.camel</groupId>