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:59 UTC

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

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>