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 53924cb HOP-2195: fix exclude (#388)
53924cb is described below
commit 53924cb2d731e8fc2e1850d8739a68007d900cb8
Author: Hans Van Akelyen <[email protected]>
AuthorDate: Tue Nov 17 21:04:22 2020 +0100
HOP-2195: fix exclude (#388)
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 1f646bf..9ad3161 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1064,7 +1064,7 @@
<configuration>
<fromDir>${project.basedir}/local-snapshots-dir</fromDir>
<includes>**</includes>
- <excludes>hop-assemblies*</excludes>
+ <excludes>**/hop-assemblies*/**</excludes>
<serverId>apache.snapshots.https</serverId>
<url>${distMgmtSnapshotsUrl}</url>
</configuration>