You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2020/03/27 15:13:22 UTC

[camel-karaf] 04/05: Camel-eventadmin: Added to catalog

This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-karaf.git

commit d73fc3aeb84bd04c5d4d75d3404e6f6fe5261839
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Mar 27 16:09:11 2020 +0100

    Camel-eventadmin: Added to catalog
---
 .../main/java/org/apache/camel/karaf/maven/PrepareCatalogKarafMojo.java | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/tooling/camel-catalog-generator-karaf-maven-plugin/src/main/java/org/apache/camel/karaf/maven/PrepareCatalogKarafMojo.java b/tooling/camel-catalog-generator-karaf-maven-plugin/src/main/java/org/apache/camel/karaf/maven/PrepareCatalogKarafMojo.java
index a7e4258..dd00186 100644
--- a/tooling/camel-catalog-generator-karaf-maven-plugin/src/main/java/org/apache/camel/karaf/maven/PrepareCatalogKarafMojo.java
+++ b/tooling/camel-catalog-generator-karaf-maven-plugin/src/main/java/org/apache/camel/karaf/maven/PrepareCatalogKarafMojo.java
@@ -152,6 +152,8 @@ public class PrepareCatalogKarafMojo extends AbstractMojo {
             }
         }
         // include paxlogging as regular component
+     // include paxlogging as regular component
+        jsonFiles.add(new File(karafComponentsDir, "camel-eventadmin/target/classes/org/apache/camel/component/eventadmin/eventadmin.json"));
         jsonFiles.add(new File(karafComponentsDir, "camel-paxlogging/target/classes/org/apache/camel/component/paxlogging/paxlogging.json"));
 
         if (!jsonFiles.isEmpty()) {