You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hop.apache.org by ha...@apache.org on 2020/11/17 15:37:35 UTC

[incubator-hop] branch master updated: HOP-2195 (#387)

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

hansva pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-hop.git


The following commit(s) were added to refs/heads/master by this push:
     new ee7358a  HOP-2195 (#387)
ee7358a is described below

commit ee7358a36f735f6c5cfb417f6d5a4d2dcd75fddd
Author: Hans Van Akelyen <ha...@gmail.com>
AuthorDate: Tue Nov 17 16:37:27 2020 +0100

    HOP-2195 (#387)
    
    Change name from hop-assemblies-client to hop-client
    Add filter to wagon to ignore assemblies
---
 assemblies/client/pom.xml | 4 ++--
 pom.xml                   | 1 +
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/assemblies/client/pom.xml b/assemblies/client/pom.xml
index dc1e734..a0839b5 100644
--- a/assemblies/client/pom.xml
+++ b/assemblies/client/pom.xml
@@ -3,10 +3,10 @@
          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
   <modelVersion>4.0.0</modelVersion>
 
-  <artifactId>hop-assemblies-client</artifactId>
+  <artifactId>hop-client</artifactId>
   <packaging>pom</packaging>
 
-  <name>Hop Assemblies Client</name>
+  <name>Hop Client</name>
 
   <parent>
     <groupId>org.apache.hop</groupId>
diff --git a/pom.xml b/pom.xml
index 069505f..1f646bf 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1064,6 +1064,7 @@
                         <configuration>
                             <fromDir>${project.basedir}/local-snapshots-dir</fromDir>
                             <includes>**</includes>
+                            <excludes>hop-assemblies*</excludes>
                             <serverId>apache.snapshots.https</serverId>
                             <url>${distMgmtSnapshotsUrl}</url>
                         </configuration>