summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/pom.xml b/pom.xml
index dea139c..ca32e60 100644
--- a/pom.xml
+++ b/pom.xml
@@ -55,10 +55,10 @@
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-surefire-plugin</artifactId>
- <version>2.12.4</version>
+ <artifactId>maven-deploy-plugin</artifactId>
+ <version>2.8</version>
<configuration>
- <skipTests>true</skipTests>
+ <skip>true</skip>
</configuration>
</plugin>
</plugins>