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:18:04 UTC

[incubator-plc4x] branch master updated: - Tweak to make wagon deploy the right directory

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 574e903  - Tweak to make wagon deploy the right directory
574e903 is described below

commit 574e90321bc47e03efcc3703f0fa4875bcb2f4bd
Author: Christofer Dutz <ch...@c-ware.de>
AuthorDate: Fri Oct 19 10:18:01 2018 +0200

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

diff --git a/jenkins.pom b/jenkins.pom
index a584f34..cd938b5 100644
--- a/jenkins.pom
+++ b/jenkins.pom
@@ -51,7 +51,7 @@
                         <artifactId>wagon-maven-plugin</artifactId>
                         <version>2.0.0</version>
                         <configuration>
-                            <fromDir>${project.build.directory}/local-snapshots-dir</fromDir>
+                            <fromDir>${project.basedir}/local-snapshots-dir</fromDir>
                             <includes>**</includes>
                             <serverId>apache.snapshots.https</serverId>
                             <url>${distMgmtSnapshotsUrl}</url>