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/08/21 12:30:20 UTC

svn commit: r1375462 - in /camel/branches/camel-2.10.x: ./ tooling/archetypes/camel-archetype-blueprint/src/main/resources-filtered/META-INF/maven/ tooling/archetypes/camel-archetype-blueprint/src/main/resources/archetype-resources/

Author: davsclaus
Date: Tue Aug 21 10:30:19 2012
New Revision: 1375462

URL: http://svn.apache.org/viewvc?rev=1375462&view=rev
Log:
CAMEL-5527: Fixed maven archetype for blueprint to not generate surefire plugin in pom.xml as its not needed anymore.

Modified:
    camel/branches/camel-2.10.x/   (props changed)
    camel/branches/camel-2.10.x/tooling/archetypes/camel-archetype-blueprint/src/main/resources-filtered/META-INF/maven/archetype-metadata.xml
    camel/branches/camel-2.10.x/tooling/archetypes/camel-archetype-blueprint/src/main/resources/archetype-resources/pom.xml

Propchange: camel/branches/camel-2.10.x/
------------------------------------------------------------------------------
  Merged /camel/trunk:r1375458

Propchange: camel/branches/camel-2.10.x/
------------------------------------------------------------------------------
Binary property 'svnmerge-integrated' - no diff available.

Modified: camel/branches/camel-2.10.x/tooling/archetypes/camel-archetype-blueprint/src/main/resources-filtered/META-INF/maven/archetype-metadata.xml
URL: http://svn.apache.org/viewvc/camel/branches/camel-2.10.x/tooling/archetypes/camel-archetype-blueprint/src/main/resources-filtered/META-INF/maven/archetype-metadata.xml?rev=1375462&r1=1375461&r2=1375462&view=diff
==============================================================================
--- camel/branches/camel-2.10.x/tooling/archetypes/camel-archetype-blueprint/src/main/resources-filtered/META-INF/maven/archetype-metadata.xml (original)
+++ camel/branches/camel-2.10.x/tooling/archetypes/camel-archetype-blueprint/src/main/resources-filtered/META-INF/maven/archetype-metadata.xml Tue Aug 21 10:30:19 2012
@@ -33,9 +33,6 @@
     <requiredProperty key="maven-bundle-plugin-version">
       <defaultValue>${maven-bundle-version}</defaultValue>
     </requiredProperty>
-    <requiredProperty key="maven-surefire-plugin-version">
-      <defaultValue>2.11</defaultValue>
-    </requiredProperty>
     <requiredProperty key="slf4j-version">
       <defaultValue>${slf4j-version}</defaultValue>
     </requiredProperty>

Modified: camel/branches/camel-2.10.x/tooling/archetypes/camel-archetype-blueprint/src/main/resources/archetype-resources/pom.xml
URL: http://svn.apache.org/viewvc/camel/branches/camel-2.10.x/tooling/archetypes/camel-archetype-blueprint/src/main/resources/archetype-resources/pom.xml?rev=1375462&r1=1375461&r2=1375462&view=diff
==============================================================================
--- camel/branches/camel-2.10.x/tooling/archetypes/camel-archetype-blueprint/src/main/resources/archetype-resources/pom.xml (original)
+++ camel/branches/camel-2.10.x/tooling/archetypes/camel-archetype-blueprint/src/main/resources/archetype-resources/pom.xml Tue Aug 21 10:30:19 2012
@@ -104,13 +104,7 @@
         </configuration>
       </plugin>
 
-      <plugin>
-        <groupId>org.apache.maven.surefire</groupId>
-        <artifactId>maven-surefire-plugin</artifactId>
-        <version>${maven-surefire-plugin-version}</version>
-      </plugin>
-
-      <!-- to run the example using mvn camel:run -->
+       <!-- to run the example using mvn camel:run -->
       <plugin>
         <groupId>org.apache.camel</groupId>
         <artifactId>camel-maven-plugin</artifactId>