Author: jbonofre
Date: Sat Oct 23 06:34:05 2010
New Revision: 1026569

URL: http://svn.apache.org/viewvc?rev=1026569&view=rev
Log:
[SM-2002] Archetypes compatible with maven 3.

Modified:
    
servicemix/archetypes/trunk/servicemix-camel-osgi-bundle/src/main/resources/archetype-resources/pom.xml

Modified: 
servicemix/archetypes/trunk/servicemix-camel-osgi-bundle/src/main/resources/archetype-resources/pom.xml
URL: 
http://svn.apache.org/viewvc/servicemix/archetypes/trunk/servicemix-camel-osgi-bundle/src/main/resources/archetype-resources/pom.xml?rev=1026569&r1=1026568&r2=1026569&view=diff
==============================================================================
--- 
servicemix/archetypes/trunk/servicemix-camel-osgi-bundle/src/main/resources/archetype-resources/pom.xml
 (original)
+++ 
servicemix/archetypes/trunk/servicemix-camel-osgi-bundle/src/main/resources/archetype-resources/pom.xml
 Sat Oct 23 06:34:05 2010
@@ -36,18 +36,29 @@
                        <plugin>
                                <groupId>org.apache.maven.plugins</groupId>
                                <artifactId>maven-compiler-plugin</artifactId>
+                <version>@{maven-compiler-plugin.version}</version>
                                <configuration>
                                        <source>1.5</source>
                                        <target>1.5</target>
+                    <encoding>UTF-8</encoding>
                                </configuration>
                        </plugin>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-resources-plugin</artifactId>
+                <version>@{maven-resources-plugin.version}</version>
+                <configuration>
+                    <encoding>UTF-8</encoding>
+                </configuration>
+            </plugin>
                        <plugin>
                                <groupId>org.apache.felix</groupId>
                                <artifactId>maven-bundle-plugin</artifactId>
+                <version>@{maven-bundle-plugin.version}</version>
                                <extensions>true</extensions>
                                <configuration>
                                        <instructions>
-                                               
<Bundle-SymbolicName>${pom.artifactId}</Bundle-SymbolicName>
+                                               
<Bundle-SymbolicName>${project.artifactId}</Bundle-SymbolicName>
                                                
<Import-Package>*,org.apache.camel.osgi</Import-Package>
                                                
<Private-Package>${packageName}</Private-Package>
                                        </instructions>


Reply via email to