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 2017/04/24 08:21:00 UTC

camel git commit: Skip connector examples as they are not intended for release.

Repository: camel
Updated Branches:
  refs/heads/master a4d2334ce -> 820410e21


Skip connector examples as they are not intended for release.


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

Branch: refs/heads/master
Commit: 820410e2186a0135eab041de0f0e58843d21731c
Parents: a4d2334
Author: Claus Ibsen <da...@apache.org>
Authored: Mon Apr 24 10:17:29 2017 +0200
Committer: Claus Ibsen <da...@apache.org>
Committed: Mon Apr 24 10:20:48 2017 +0200

----------------------------------------------------------------------
 connectors/pom.xml | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/820410e2/connectors/pom.xml
----------------------------------------------------------------------
diff --git a/connectors/pom.xml b/connectors/pom.xml
index 227673c..8330930 100644
--- a/connectors/pom.xml
+++ b/connectors/pom.xml
@@ -35,7 +35,9 @@
   <modules>
     <module>camel-connector</module>
     <module>camel-connector-maven-plugin</module>
+    <!-- skip examples in the build
     <module>examples</module>
+    -->
   </modules>
 
 </project>