add verify task to build script, update pom

This commit is contained in:
Manfred Karrer 2017-02-10 00:31:48 -05:00
parent 7e71c8c4b6
commit 9f908b2aea
2 changed files with 1 additions and 20 deletions

View File

@ -89,25 +89,6 @@
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-enforcer-plugin</artifactId>
<version>1.4.1</version>
<executions>
<execution>
<id>enforce</id>
<configuration>
<rules>
<DependencyConvergence />
</rules>
</configuration>
<goals>
<goal>enforce</goal>
</goals>
</execution>
</executions>
</plugin>
<!-- Verify the dependency chain: see https://github.com/gary-rowe/BitcoinjEnforcerRules for
more information on this.
-->

View File

@ -7,7 +7,7 @@ set -e
version="0.4.9.8"
mvn clean package -DskipTests -Dmaven.javadoc.skip=true
mvn clean package verify -DskipTests -Dmaven.javadoc.skip=true
cp gui/target/shaded.jar "gui/deploy/Bitsquare-$version.jar"
cp gui/target/shaded.jar "/Users/dev/vm_shared_ubuntu/Bitsquare-$version.jar"