Use paperclip.properties so CI can work

This commit is contained in:
Aikar
2016-03-30 21:27:13 -04:00
parent 82b10bbf43
commit 9fc220ea02
6 changed files with 25 additions and 9 deletions

View File

@@ -58,6 +58,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
<!-- This builds a completely 'ready to start' jar with all dependencies inside -->
<build>
+ <finalName>paper-${minecraft.version}</finalName>
+ <defaultGoal>clean install</defaultGoal> <!-- Paper -->
<plugins>
<plugin>