aboutsummaryrefslogtreecommitdiffhomepage
path: root/pom.xml
diff options
context:
space:
mode:
authorAikar <[email protected]>2016-03-18 02:13:51 -0400
committerAikar <[email protected]>2016-03-18 02:13:51 -0400
commit82db846be6b1b42e7832752f405ff080bc4ce7df (patch)
treecc5d72aea6cdcbc11bec5b704736d4421363800d /pom.xml
parentd6b621b533b4339c6b8255afbb40e75292b14d66 (diff)
downloadPaper-82db846be6b1b42e7832752f405ff080bc4ce7df.tar.gz
Paper-82db846be6b1b42e7832752f405ff080bc4ce7df.zip
set default goals on all pom poms </cheer>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 1121d4f6df..066f8d8893 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,6 +23,10 @@
<module>Paper-API</module>
</modules>
+ <build>
+ <defaultGoal>clean install</defaultGoal>
+ </build>
+
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>