Little circle CI fix

This commit is contained in:
Gabriele C 2015-07-11 23:50:18 +02:00
parent c54ee31c9c
commit 0248700a99
3 changed files with 2 additions and 2 deletions

View File

@ -6,4 +6,4 @@ general:
- "target/AuthMe-*.jar"
test:
override:
- mvn clean install
- mvn clean install -B

View File

@ -373,7 +373,7 @@
<artifactId>ChestShop</artifactId>
<version>3.8.10</version>
<scope>system</scope>
<systemPath>${project.basedir}/libs/ChestShop.jar</systemPath>
<systemPath>${project.basedir}/dependencies/ChestShop.jar</systemPath>
</dependency>
</dependencies>