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/08 17:26:23 UTC

camel git commit: Add camel:validate

Repository: camel
Updated Branches:
  refs/heads/master f2dcfa45a -> 62ffa5e5e


Add camel:validate


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

Branch: refs/heads/master
Commit: 62ffa5e5e4c241508e3ff07b8c91fec5d4c8372c
Parents: f2dcfa4
Author: Claus Ibsen <da...@apache.org>
Authored: Thu Dec 8 18:26:17 2016 +0100
Committer: Claus Ibsen <da...@apache.org>
Committed: Thu Dec 8 18:26:17 2016 +0100

----------------------------------------------------------------------
 components/pom.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/62ffa5e5/components/pom.xml
----------------------------------------------------------------------
diff --git a/components/pom.xml b/components/pom.xml
index 61e6fe5..a7b5324 100644
--- a/components/pom.xml
+++ b/components/pom.xml
@@ -326,6 +326,7 @@
           <includeTest>true</includeTest>
           <includeXml>true</includeXml>
           <ignoreLenientProperties>false</ignoreLenientProperties>
+          <excludes>.*custom-exchange-formatter-context\.xml</excludes>
         </configuration>
       </plugin>