You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@plc4x.apache.org by cd...@apache.org on 2018/10/19 08:03:36 UTC

[incubator-plc4x] branch master updated: - Tweak to make wagon deploy ...

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

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


The following commit(s) were added to refs/heads/master by this push:
     new a79b1f1  - Tweak to make wagon deploy ...
a79b1f1 is described below

commit a79b1f1f2be626b70808d98c8aab5dd501aefbe3
Author: Christofer Dutz <ch...@c-ware.de>
AuthorDate: Fri Oct 19 10:03:24 2018 +0200

    - Tweak to make wagon deploy ...
---
 jenkins.pom | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/jenkins.pom b/jenkins.pom
index 5b8b620..a584f34 100644
--- a/jenkins.pom
+++ b/jenkins.pom
@@ -52,7 +52,7 @@
                         <version>2.0.0</version>
                         <configuration>
                             <fromDir>${project.build.directory}/local-snapshots-dir</fromDir>
-                            <includes>*</includes>
+                            <includes>**</includes>
                             <serverId>apache.snapshots.https</serverId>
                             <url>${distMgmtSnapshotsUrl}</url>
                         </configuration>