set default goals on all pom poms </cheer>

This commit is contained in:
Aikar 2016-03-18 02:13:51 -04:00
parent d6b621b533
commit 82db846be6
3 changed files with 34 additions and 11 deletions

View file

@ -1,11 +1,11 @@
From 6f357f8fcd6d70079999cfc38064ec0df97c4b99 Mon Sep 17 00:00:00 2001
From ecf0497b4369c1851972cefd26fc4ee896fd1ebb Mon Sep 17 00:00:00 2001
From: Zach Brown <zach.brown@destroystokyo.com>
Date: Mon, 29 Feb 2016 17:16:08 -0600
Subject: [PATCH] POM changes
diff --git a/pom.xml b/pom.xml
index dec3b6c..b85201d 100644
index 8fb67ea..d916f44 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,35 +4,37 @@
@ -59,7 +59,15 @@ index dec3b6c..b85201d 100644
</snapshotRepository>
</distributionManagement>
@@ -129,26 +131,6 @@
@@ -107,6 +109,7 @@
</dependencies>
<build>
+ <defaultGoal>clean install</defaultGoal>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
@@ -129,26 +132,6 @@
</dependencies>
</plugin>
<plugin>
@ -87,5 +95,5 @@ index dec3b6c..b85201d 100644
<artifactId>maven-shade-plugin</artifactId>
<version>2.4.1</version>
--
2.7.2
2.7.3