summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authormd_5 <git@md-5.net>2017-07-17 09:56:00 +1000
committermd_5 <git@md-5.net>2017-07-17 09:56:00 +1000
commit6ed0a976e5e8da5599c95eb7e92976f1c839acf1 (patch)
treed18c2ef5328c4a315eda15be51ce89441f5081e4 /pom.xml
parentc86a051a8ee61331cf827c429030ba056fb3aa0d (diff)
downloadbukkit-6ed0a976e5e8da5599c95eb7e92976f1c839acf1.tar
bukkit-6ed0a976e5e8da5599c95eb7e92976f1c839acf1.tar.gz
bukkit-6ed0a976e5e8da5599c95eb7e92976f1c839acf1.tar.lz
bukkit-6ed0a976e5e8da5599c95eb7e92976f1c839acf1.tar.xz
bukkit-6ed0a976e5e8da5599c95eb7e92976f1c839acf1.zip
Update Eclipse compiler.
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml9
1 files changed, 3 insertions, 6 deletions
diff --git a/pom.xml b/pom.xml
index ff2eed1b..5e29b43b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -98,20 +98,17 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
- <!-- versions after this appear to be broken -->
- <version>3.1</version>
+ <version>3.6.1</version>
<configuration>
<!-- we use the Eclipse compiler as it doesn't need a JDK -->
<compilerId>eclipse</compilerId>
- <!-- source and target are ignored if this isn't true -->
- <optimize>true</optimize>
</configuration>
<dependencies>
<!-- we need our custom version as it fixes some bugs on case sensitive file systems -->
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-compiler-eclipse</artifactId>
- <version>2.5.0-spigotmc</version>
+ <version>2.8.1-spigotmc</version>
</dependency>
</dependencies>
</plugin>
@@ -138,7 +135,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
- <version>2.4.3</version>
+ <version>3.0.0</version>
<executions>
<execution>
<phase>package</phase>