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/13 12:04:07 UTC

camel git commit: Component docs - We now have docs for those

Repository: camel
Updated Branches:
  refs/heads/master 97c55d46f -> fec4e1bdc


Component docs - We now have docs for those


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

Branch: refs/heads/master
Commit: fec4e1bdcb2b1ccb1e0eef3e435ab03ee40d2a59
Parents: 97c55d4
Author: Claus Ibsen <da...@apache.org>
Authored: Thu Apr 13 14:03:54 2017 +0200
Committer: Claus Ibsen <da...@apache.org>
Committed: Thu Apr 13 14:03:54 2017 +0200

----------------------------------------------------------------------
 .../org/apache/camel/maven/packaging/PrepareCatalogMojo.java     | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/fec4e1bd/tooling/maven/camel-package-maven-plugin/src/main/java/org/apache/camel/maven/packaging/PrepareCatalogMojo.java
----------------------------------------------------------------------
diff --git a/tooling/maven/camel-package-maven-plugin/src/main/java/org/apache/camel/maven/packaging/PrepareCatalogMojo.java b/tooling/maven/camel-package-maven-plugin/src/main/java/org/apache/camel/maven/packaging/PrepareCatalogMojo.java
index 34f73a8..39df2e2 100644
--- a/tooling/maven/camel-package-maven-plugin/src/main/java/org/apache/camel/maven/packaging/PrepareCatalogMojo.java
+++ b/tooling/maven/camel-package-maven-plugin/src/main/java/org/apache/camel/maven/packaging/PrepareCatalogMojo.java
@@ -57,9 +57,7 @@ public class PrepareCatalogMojo extends AbstractMojo {
 
     private static final String[] EXCLUDE_DOC_FILES = {
         "camel-core-osgi", "camel-core-xml",
-        "camel-spring-dm",
-        "camel-http-common", "camel-jetty", "camel-jetty-common", "camel-jetty8",
-        "camel-test-karaf", "camel-test-spring", "camel-testng", "camel-test-spring3", "camel-test-spring40", "camel-zipkin-starter"
+        "camel-http-common", "camel-jetty", "camel-jetty-common"
     };
 
     private static final Pattern LABEL_PATTERN = Pattern.compile("\\\"label\\\":\\s\\\"([\\w,]+)\\\"");