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/11/28 11:05:13 UTC

[2/2] camel git commit: Add missing JARs to release kit. Fixed WARN from maven.

Add missing JARs to release kit. Fixed WARN from maven.


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

Branch: refs/heads/master
Commit: baff7a67fdef1e12dff3a2b672e50b2da6a2676d
Parents: 478e2ea
Author: Claus Ibsen <da...@apache.org>
Authored: Mon Nov 28 12:03:56 2016 +0100
Committer: Claus Ibsen <da...@apache.org>
Committed: Mon Nov 28 12:05:04 2016 +0100

----------------------------------------------------------------------
 apache-camel/pom.xml                            | 22 ++++++++++++++++++++
 .../src/main/descriptors/common-bin.xml         | 12 ++++++++++-
 apache-camel/src/main/descriptors/src.xml       |  2 +-
 apache-camel/src/main/descriptors/unix-bin.xml  |  8 +++----
 .../src/main/descriptors/windows-bin.xml        |  8 +++----
 parent/pom.xml                                  | 15 +++++++++++++
 6 files changed, 57 insertions(+), 10 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/baff7a67/apache-camel/pom.xml
----------------------------------------------------------------------
diff --git a/apache-camel/pom.xml b/apache-camel/pom.xml
index f404cab..839ba04 100644
--- a/apache-camel/pom.xml
+++ b/apache-camel/pom.xml
@@ -1100,6 +1100,11 @@
     </dependency>
     <dependency>
       <groupId>org.apache.camel</groupId>
+      <artifactId>camel-bonita-starter</artifactId>
+      <version>${project.version}</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.camel</groupId>
       <artifactId>camel-boon-starter</artifactId>
       <version>${project.version}</version>
     </dependency>
@@ -1225,6 +1230,11 @@
     </dependency>
     <dependency>
       <groupId>org.apache.camel</groupId>
+      <artifactId>camel-drill-starter</artifactId>
+      <version>${project.version}</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.camel</groupId>
       <artifactId>camel-dropbox-starter</artifactId>
       <version>${project.version}</version>
     </dependency>
@@ -2130,6 +2140,18 @@
     </dependency>
     <dependency>
       <groupId>org.apache.camel</groupId>
+      <artifactId>camel-catalog-maven</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.camel</groupId>
+      <artifactId>camel-catalog-provider-karaf</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.camel</groupId>
+      <artifactId>camel-catalog-provider-springboot</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.camel</groupId>
       <artifactId>camel-commands-core</artifactId>
     </dependency>
     <dependency>

http://git-wip-us.apache.org/repos/asf/camel/blob/baff7a67/apache-camel/src/main/descriptors/common-bin.xml
----------------------------------------------------------------------
diff --git a/apache-camel/src/main/descriptors/common-bin.xml b/apache-camel/src/main/descriptors/common-bin.xml
index ece1c26..3717e70 100644
--- a/apache-camel/src/main/descriptors/common-bin.xml
+++ b/apache-camel/src/main/descriptors/common-bin.xml
@@ -16,7 +16,6 @@
     limitations under the License.
 -->
 <component>
-  <!--<id>common-bin</id>-->
 
   <dependencySets>
     <dependencySet>
@@ -264,8 +263,19 @@
         <include>org.apache.camel:camel-zipkin</include>
         <include>org.apache.camel:camel-zipkin-starter</include>
         <include>org.apache.camel:camel-zookeeper</include>
+      </includes>
+    </dependencySet>
+
+    <dependencySet>
+      <outputDirectory>/lib/tooling</outputDirectory>
+      <unpack>false</unpack>
+      <scope>runtime</scope>
+      <includes>
         <include>org.apache.camel:camel-catalog</include>
         <include>org.apache.camel:camel-catalog-lucene</include>
+        <include>org.apache.camel:camel-catalog-maven</include>
+        <include>org.apache.camel:camel-catalog-provider-karaf</include>
+        <include>org.apache.camel:camel-catalog-provider-springboot</include>
         <include>org.apache.camel:camel-commands-core</include>
         <include>org.apache.camel:camel-commands-jolokia</include>
         <include>org.apache.camel:camel-commands-spring-boot</include>

http://git-wip-us.apache.org/repos/asf/camel/blob/baff7a67/apache-camel/src/main/descriptors/src.xml
----------------------------------------------------------------------
diff --git a/apache-camel/src/main/descriptors/src.xml b/apache-camel/src/main/descriptors/src.xml
index 3201dd8..04c9a79 100644
--- a/apache-camel/src/main/descriptors/src.xml
+++ b/apache-camel/src/main/descriptors/src.xml
@@ -24,7 +24,7 @@
     <!-- Binary Files -->
     <fileSet>
       <directory>..</directory>
-      <outputDirectory>/</outputDirectory>
+      <outputDirectory></outputDirectory>
       <includes>
         <include>**/*</include>
       </includes>

http://git-wip-us.apache.org/repos/asf/camel/blob/baff7a67/apache-camel/src/main/descriptors/unix-bin.xml
----------------------------------------------------------------------
diff --git a/apache-camel/src/main/descriptors/unix-bin.xml b/apache-camel/src/main/descriptors/unix-bin.xml
index cb5e9c4..653775d 100644
--- a/apache-camel/src/main/descriptors/unix-bin.xml
+++ b/apache-camel/src/main/descriptors/unix-bin.xml
@@ -25,7 +25,7 @@
     <!-- Copy over everything that needs to get unix line endings -->
     <fileSet>
       <directory>src/main/release</directory>
-      <outputDirectory>/</outputDirectory>
+      <outputDirectory></outputDirectory>
       <excludes>
         <!--<exclude>bin/**</exclude>-->
       </excludes>
@@ -35,7 +35,7 @@
     <!-- copy the examples -->
     <fileSet>
       <directory>../examples</directory>
-      <outputDirectory>/examples</outputDirectory>
+      <outputDirectory>${file.separator}examples</outputDirectory>
       <excludes>
         <!-- disable build, IDEA and Eclipse files -->
         <exclude>**/*.i??</exclude>
@@ -54,7 +54,7 @@
     <!-- copy the manual docs -->
     <fileSet>
       <directory>${basedir}/../tooling/camel-manual/target/site/manual/</directory>
-      <outputDirectory>/doc/manual</outputDirectory>
+      <outputDirectory>${file.separator}doc${file.separator}manual</outputDirectory>
       <includes>
         <include>*.html</include>
       </includes>
@@ -63,7 +63,7 @@
    <!-- copy the java docs -->
    <fileSet>
     <directory>${basedir}/target/javadoc/</directory>
-      <outputDirectory>/doc/javadoc</outputDirectory>
+      <outputDirectory>${file.separator}doc${file.separator}javadoc</outputDirectory>
       <includes>
         <include>**/**</include>
       </includes>

http://git-wip-us.apache.org/repos/asf/camel/blob/baff7a67/apache-camel/src/main/descriptors/windows-bin.xml
----------------------------------------------------------------------
diff --git a/apache-camel/src/main/descriptors/windows-bin.xml b/apache-camel/src/main/descriptors/windows-bin.xml
index 90c88aa..a9fac73 100644
--- a/apache-camel/src/main/descriptors/windows-bin.xml
+++ b/apache-camel/src/main/descriptors/windows-bin.xml
@@ -25,7 +25,7 @@
     <!-- Copy over everything that needs to get dos line endings -->
     <fileSet>
       <directory>src/main/release</directory>
-      <outputDirectory>/</outputDirectory>
+      <outputDirectory></outputDirectory>
       <excludes>
         <!--<exclude>bin/**</exclude>-->
       </excludes>
@@ -35,7 +35,7 @@
     <!-- copy the examples -->
     <fileSet>
       <directory>../examples</directory>
-      <outputDirectory>/examples</outputDirectory>
+      <outputDirectory>${file.separator}examples</outputDirectory>
       <excludes>
         <!-- disable build, IDEA and Eclipse files -->
         <exclude>**/*.i??</exclude>
@@ -54,7 +54,7 @@
     <!-- copy the manual docs -->
     <fileSet>
       <directory>${basedir}/../tooling/camel-manual/target/site/manual/</directory>
-      <outputDirectory>/doc/manual</outputDirectory>
+      <outputDirectory>${file.separator}doc${file.separator}manual</outputDirectory>
       <includes>
         <include>*.html</include>
       </includes>
@@ -63,7 +63,7 @@
    <!-- copy the java docs -->
    <fileSet>
     <directory>${basedir}/target/javadoc/</directory>
-      <outputDirectory>/doc/javadoc</outputDirectory>
+      <outputDirectory>${file.separator}doc${file.separator}javadoc</outputDirectory>
       <includes>
         <include>**/**</include>
       </includes>

http://git-wip-us.apache.org/repos/asf/camel/blob/baff7a67/parent/pom.xml
----------------------------------------------------------------------
diff --git a/parent/pom.xml b/parent/pom.xml
index ef8007f..f6a0743 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -1957,6 +1957,21 @@
       </dependency>
       <dependency>
         <groupId>org.apache.camel</groupId>
+        <artifactId>camel-catalog-maven</artifactId>
+        <version>${project.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.camel</groupId>
+        <artifactId>camel-catalog-provider-karaf</artifactId>
+        <version>${project.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.camel</groupId>
+        <artifactId>camel-catalog-provider-springboot</artifactId>
+        <version>${project.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.camel</groupId>
         <artifactId>camel-commands-core</artifactId>
         <version>${project.version}</version>
       </dependency>