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 2016/12/22 18:31:18 UTC

[2/3] camel git commit: CAMEL-10647: And so did camel-dropbox

CAMEL-10647: And so did camel-dropbox


Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/eccad19d
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/eccad19d
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/eccad19d

Branch: refs/heads/camel-2.18.x
Commit: eccad19d91699c8aa7405b001bfb216b01c50349
Parents: b0c622d
Author: Claus Ibsen <da...@apache.org>
Authored: Thu Dec 22 18:05:15 2016 +0100
Committer: Claus Ibsen <da...@apache.org>
Committed: Thu Dec 22 18:53:04 2016 +0100

----------------------------------------------------------------------
 components/camel-dropbox/pom.xml | 11 -----------
 1 file changed, 11 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/eccad19d/components/camel-dropbox/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-dropbox/pom.xml b/components/camel-dropbox/pom.xml
index 509971c..7345362 100755
--- a/components/camel-dropbox/pom.xml
+++ b/components/camel-dropbox/pom.xml
@@ -99,17 +99,6 @@
     </dependency>
   </dependencies>
 
-  <build>
-    <plugins>
-      <!-- Allows the routes to be run via 'mvn camel:run' -->
-      <plugin>
-        <groupId>org.apache.camel</groupId>
-        <artifactId>camel-maven-plugin</artifactId>
-        <version>${project.version}</version>
-      </plugin>
-    </plugins>
-  </build>
-
   <profiles>
     <profile>
       <id>no-integration-test</id>