Skip to content

Commit

Permalink
CAMEL-5527: Fixed maven archetype for blueprint to not generate suref…
Browse files Browse the repository at this point in the history
…ire plugin in pom.xml as its not needed anymore.

git-svn-id: https://svn.apache.org/repos/asf/camel/branches/camel-2.10.x@1375462 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
davsclaus committed Aug 21, 2012
1 parent a9bad9b commit cae34d3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit cae34d3

Please sign in to comment.