This is an automated email from the ASF dual-hosted git repository.
wusheng pushed a commit to branch ci-from-cache
in repository https://gitbox.apache.org/repos/asf/incubator-skywalking.git
The following commit(s) were added to refs/heads/ci-from-cache by this push:
new 973718d Adjust dir path.
973718d is described below
commit 973718d94ec5f3fac9496e303aef310ce0ffd370
Author: wu-sheng <[email protected]>
AuthorDate: Fri Jan 12 10:31:24 2018 +0800
Adjust dir path.
---
apm-sniffer/apm-sdk-plugin/pom.xml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/apm-sniffer/apm-sdk-plugin/pom.xml
b/apm-sniffer/apm-sdk-plugin/pom.xml
index 82262e9..660fa15 100644
--- a/apm-sniffer/apm-sdk-plugin/pom.xml
+++ b/apm-sniffer/apm-sdk-plugin/pom.xml
@@ -237,7 +237,7 @@
<argument>-Dversion=10.2.0.4.0</argument>
<argument>-Dpackaging=jar</argument>
</arguments>
-
<workingDirectory>${project.basedir}/ci-dependencies</workingDirectory>
+
<workingDirectory>${basedir}/../../ci-dependencies</workingDirectory>
</configuration>
</execution>
</executions>
@@ -280,7 +280,7 @@
<argument>-Dversion=4.0.41</argument>
<argument>-Dpackaging=jar</argument>
</arguments>
-
<workingDirectory>${project.basedir}/ci-dependencies</workingDirectory>
+
<workingDirectory>${basedir}/../../ci-dependencies</workingDirectory>
</configuration>
</execution>
</executions>
@@ -323,7 +323,7 @@
<argument>-Dversion=4.0.41</argument>
<argument>-Dpackaging=jar</argument>
</arguments>
-
<workingDirectory>${project.basedir}/ci-dependencies</workingDirectory>
+
<workingDirectory>${basedir}/../../ci-dependencies</workingDirectory>
</configuration>
</execution>
</executions>
--
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].