From 216ca190b598bc69a31ce055db477251ed48b48a Mon Sep 17 00:00:00 2001 From: lburgazzoli Date: Thu, 16 Jul 2020 14:52:27 +0200 Subject: [PATCH] publish the camel-k catalog as artifact #388 --- tooling/camel-k-catalog/pom.xml | 94 +++++++++++++++++++++++++++++++++ tooling/pom.xml | 1 + 2 files changed, 95 insertions(+) create mode 100644 tooling/camel-k-catalog/pom.xml diff --git a/tooling/camel-k-catalog/pom.xml b/tooling/camel-k-catalog/pom.xml new file mode 100644 index 000000000..46267266b --- /dev/null +++ b/tooling/camel-k-catalog/pom.xml @@ -0,0 +1,94 @@ + + + + org.apache.camel.k + camel-k-tooling + 1.5.0-SNAPSHOT + + + 4.0.0 + camel-k-catalog + + + generate-resources + + + org.codehaus.mojo + build-helper-maven-plugin + ${build-helper-maven-plugin.version} + + + attach-artifacts + package + + attach-artifact + + + + + ${project.build.directory}/camel-k-catalog-${project.version}-main.yaml + yaml + main + + + ${project.build.directory}/camel-k-catalog-${project.version}-quarkus.yaml + yaml + quarkus + + + + + + + + org.apache.camel.k + camel-k-maven-plugin + ${project.version} + + + generate-catalog-main + + generate-catalog + + + ${project.build.directory} + camel-k-catalog-${project.version}-main.yaml + main + + + + generate-catalog-quarkus + + generate-catalog + + + ${project.build.directory} + camel-k-catalog-${project.version}-quarkus.yaml + quarkus + + + + + + + + diff --git a/tooling/pom.xml b/tooling/pom.xml index bff89a937..d6f3e7d1e 100644 --- a/tooling/pom.xml +++ b/tooling/pom.xml @@ -33,6 +33,7 @@ camel-k-apt camel-k-maven-plugin camel-k-test + camel-k-catalog