commit 84b2a75dd3e963faad2bc865762360f1d662669f
Author: Mauro Talevi <[email protected]>
AuthorDate: Wed, 29 May 2013 11:11:03 +0200
Commit: Mauro Talevi <[email protected]>
CommitDate: Wed, 29 May 2013 11:11:03 +0200
Use local checkout upon release perform
diff --git a/pom.xml b/pom.xml
index 850cc5b..badfcf8 100755
--- a/pom.xml
+++ b/pom.xml
@@ -181,6 +181,7 @@
<preparationGoals>clean install</preparationGoals>
<goals>deploy</goals>
<pushChanges>false</pushChanges>
+ <localCheckout>true</localCheckout>
</configuration>
</plugin>
<plugin>