this is purely a reporting module - no need to deploy

This commit is contained in:
Jeremy Long
2017-05-27 13:03:51 -04:00
parent 1b14c10085
commit 04e0b95a8a

View File

@@ -63,6 +63,13 @@ Copyright (c) 2017 - Jeremy Long. All Rights Reserved.
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
<configuration>
<skip>true</skip>
</configuration>
</plugin>
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>