mirror of
https://github.com/PaperMC/Paper.git
synced 2024-12-28 07:20:24 +01:00
set default goals on all pom poms </cheer>
This commit is contained in:
parent
379ce4072b
commit
3ad0e63a21
3 changed files with 23 additions and 0 deletions
|
@ -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>
|
||||
|
|
|
@ -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 -->
|
||||
|
|
4
pom.xml
4
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>
|
||||
|
|
Loading…
Reference in a new issue