set default goals on all pom poms </cheer>

This commit is contained in:
Aikar 2016-03-18 02:13:51 -04:00
parent 379ce4072b
commit 3ad0e63a21
3 changed files with 23 additions and 0 deletions

View file

@ -59,6 +59,14 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
</snapshotRepository>
</distributionManagement>
@@ -0,0 +0,0 @@
</dependencies>
<build>
+ <defaultGoal>clean install</defaultGoal>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
@@ -0,0 +0,0 @@
</dependencies>
</plugin>

View file

@ -55,7 +55,10 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
<scope>compile</scope>
</dependency>
@@ -0,0 +0,0 @@
<!-- This builds a completely 'ready to start' jar with all dependencies inside -->
<build>
+ <defaultGoal>clean install</defaultGoal> <!-- Paper -->
<plugins>
<plugin>
- <groupId>net.md-5</groupId>
@ -137,6 +140,14 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
<version>2.4.1</version>
@@ -0,0 +0,0 @@
<goal>shade</goal>
</goals>
<configuration>
+ <createDependencyReducedPom>false</createDependencyReducedPom> <!-- Paper -->
<relocations>
<relocation>
<pattern>joptsimple</pattern>
@@ -0,0 +0,0 @@
<artifactId>maven-compiler-plugin</artifactId>
<!-- versions after this appear to be broken -->

View file

@ -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>