summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@tavianator.com>2014-04-03 11:45:32 -0400
committerTavian Barnes <tavianator@tavianator.com>2014-04-03 11:45:32 -0400
commit73c074e62e7eb9d33310f1a6e3d525e8d5d5af0f (patch)
treefe230f54d836e4e35059ff7f2184b3b51b575276
parent2737784763f9041067e9d07bb935c1c9c3952d11 (diff)
downloadsangria-73c074e62e7eb9d33310f1a6e3d525e8d5d5af0f.tar.xz
Don't automatically deploy on mvn release:perform.
-rw-r--r--pom.xml1
1 files changed, 0 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index fd9ae6d..fb15de9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -229,7 +229,6 @@
<autoVersionSubmodules>true</autoVersionSubmodules>
<tagNameFormat>@{project.version}</tagNameFormat>
<useReleaseProfile>false</useReleaseProfile>
- <goals>deploy</goals>
</configuration>
</plugin>
</plugins>