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 08:24:21 UTC

[camel-karaf] 01/02: Polishing POMs

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 570f28f431898264f403554d0ea703054ae9d0aa
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Mar 27 09:21:36 2020 +0100

    Polishing POMs
---
 catalog/camel-catalog-provider-karaf/pom.xml |  1 +
 pom.xml                                      | 16 ++++++++++++++++
 2 files changed, 17 insertions(+)

diff --git a/catalog/camel-catalog-provider-karaf/pom.xml b/catalog/camel-catalog-provider-karaf/pom.xml
index e5d9ecc..adb9e51 100644
--- a/catalog/camel-catalog-provider-karaf/pom.xml
+++ b/catalog/camel-catalog-provider-karaf/pom.xml
@@ -76,6 +76,7 @@
             <plugin>
                 <groupId>org.apache.camel</groupId>
                 <artifactId>camel-bundle-plugin</artifactId>
+                <version>${project.version}</version>
             </plugin>
 
             <!-- unpack sources which are needed for the scheme generator -->
diff --git a/pom.xml b/pom.xml
index 9f192f1..9b8e95c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1143,6 +1143,22 @@
                         </excludes>
                     </configuration>
                 </plugin>
+
+                <plugin>
+                    <groupId>org.codehaus.mojo</groupId>
+                    <artifactId>build-helper-maven-plugin</artifactId>
+                    <version>${build-helper-maven-plugin-version}</version>
+                </plugin>
+                <plugin>
+                    <groupId>org.apache.servicemix.tooling</groupId>
+                    <artifactId>depends-maven-plugin</artifactId>
+                    <version>1.2</version>
+                </plugin>
+                <plugin>
+                    <groupId>org.codehaus.mojo</groupId>
+                    <artifactId>jaxb2-maven-plugin</artifactId>
+                    <version>${jaxb2-maven-plugin-version}</version>
+                </plugin>
             </plugins>
         </pluginManagement>
     </build>