Author: bvahdat
Date: Sat Jun 30 07:57:16 2012
New Revision: 1355658
URL: http://svn.apache.org/viewvc?rev=1355658&view=rev
Log:
Removed the plugin configuration being accidentally copy & pasted from the
camel-example-bam module.
Modified:
camel/trunk/examples/camel-example-tracer/pom.xml
Modified: camel/trunk/examples/camel-example-tracer/pom.xml
URL:
http://svn.apache.org/viewvc/camel/trunk/examples/camel-example-tracer/pom.xml?rev=1355658&r1=1355657&r2=1355658&view=diff
==============================================================================
--- camel/trunk/examples/camel-example-tracer/pom.xml (original)
+++ camel/trunk/examples/camel-example-tracer/pom.xml Sat Jun 30 07:57:16 2012
@@ -102,24 +102,12 @@
</executions>
</plugin>
-
<!-- Allows the example to be run via 'mvn camel:run' -->
<plugin>
<groupId>org.apache.camel</groupId>
<artifactId>camel-maven-plugin</artifactId>
<version>${project.version}</version>
</plugin>
-
- <!-- Allows the example to be run via 'mvn compile exec:java' -->
- <plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>exec-maven-plugin</artifactId>
- <configuration>
- <mainClass>org.apache.camel.example.bam.Main</mainClass>
-
<includePluginDependencies>false</includePluginDependencies>
- </configuration>
- </plugin>
-
</plugins>
</build>