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/10/22 06:32:58 UTC

[camel-kafka-connector] branch master updated (2eb2a31 -> 161d92f)

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

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


    from 2eb2a31  itests: fix syslog dependencies
     new 637a5b9  Distribution: No need for a full maven repository
     new 161d92f  Distribution: Adding name to POM

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 distribution/pom.xml                            | 13 +--------
 distribution/src/main/assemblies/repository.xml | 39 -------------------------
 2 files changed, 1 insertion(+), 51 deletions(-)
 delete mode 100644 distribution/src/main/assemblies/repository.xml


[camel-kafka-connector] 01/02: Distribution: No need for a full maven repository

Posted by ac...@apache.org.
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-kafka-connector.git

commit 637a5b9605ad72309fde19cd807a379fc7a6afe3
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Oct 22 07:42:50 2020 +0200

    Distribution: No need for a full maven repository
---
 distribution/pom.xml                            | 12 --------
 distribution/src/main/assemblies/repository.xml | 39 -------------------------
 2 files changed, 51 deletions(-)

diff --git a/distribution/pom.xml b/distribution/pom.xml
index ccef06c..8979540 100644
--- a/distribution/pom.xml
+++ b/distribution/pom.xml
@@ -50,18 +50,6 @@
                   </descriptors>
                 </configuration>
               </execution>
-              <execution>
-                <id>maven-repository</id>
-                <phase>package</phase>
-                <goals>
-                  <goal>single</goal>
-                </goals>
-                <configuration>
-                  <descriptors>
-                    <descriptor>src/main/assemblies/repository.xml</descriptor>
-                  </descriptors>
-                </configuration>
-              </execution>
             </executions>
           </plugin>
         </plugins>
diff --git a/distribution/src/main/assemblies/repository.xml b/distribution/src/main/assemblies/repository.xml
deleted file mode 100644
index aabe932..0000000
--- a/distribution/src/main/assemblies/repository.xml
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version='1.0' encoding='UTF-8'?>
-<!--
-
-    Licensed to the Apache Software Foundation (ASF) under one or more
-    contributor license agreements.  See the NOTICE file distributed with
-    this work for additional information regarding copyright ownership.
-    The ASF licenses this file to You under the Apache License, Version 2.0
-    (the "License"); you may not use this file except in compliance with
-    the License.  You may obtain a copy of the License at
-
-         http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing, software
-    distributed under the License is distributed on an "AS IS" BASIS,
-    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-    See the License for the specific language governing permissions and
-    limitations under the License.
-
--->
-<assembly> 
-  <id>m2</id>
-  <formats>
-    <format>zip</format>
-  </formats>
-
-  <includeBaseDirectory>false</includeBaseDirectory>
-  <fileSets>
-    <fileSet>
-      <outputDirectory>./</outputDirectory>
-      <directory>${settings.localRepository}</directory>
-      <includes>
-        <include>org/apache/camel/kafkaconnector/**</include>
-      </includes>
-      <excludes>
-        <exclude>org/apache/camel/kafkaconnector/apache-camel-kafka-connector-distribution/**</exclude>
-      </excludes>
-     </fileSet>
-  </fileSets>
-</assembly>


[camel-kafka-connector] 02/02: Distribution: Adding name to POM

Posted by ac...@apache.org.
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-kafka-connector.git

commit 161d92feea3da489cca91d602d0875f2d5f77b1c
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Oct 22 07:54:18 2020 +0200

    Distribution: Adding name to POM
---
 distribution/pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/distribution/pom.xml b/distribution/pom.xml
index 8979540..b110066 100644
--- a/distribution/pom.xml
+++ b/distribution/pom.xml
@@ -26,6 +26,7 @@
   <modelVersion>4.0.0</modelVersion>
   <packaging>pom</packaging>
 
+  <name>Camel-Kafka-Connector :: Distribution</name>
   <artifactId>apache-camel-kafka-connector-distribution</artifactId>
   <profiles>
     <profile>