Adjust dir path.

This commit is contained in:
wu-sheng 2018-01-12 10:31:24 +08:00
parent 6ce5bfd569
commit 973718d94e
1 changed files with 3 additions and 3 deletions

View File

@ -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>