summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authormd_5 <git@md-5.net>2017-07-17 09:56:07 +1000
committermd_5 <git@md-5.net>2017-07-17 09:56:07 +1000
commit3819f8dbec3b5967b4e242c5a1d57ed6c986b64c (patch)
tree900b78929d9852dc87a061a2f1a16383864e0d9d /pom.xml
parent49c2537fe26839207d864f2137933ba941808760 (diff)
downloadcraftbukkit-3819f8dbec3b5967b4e242c5a1d57ed6c986b64c.tar
craftbukkit-3819f8dbec3b5967b4e242c5a1d57ed6c986b64c.tar.gz
craftbukkit-3819f8dbec3b5967b4e242c5a1d57ed6c986b64c.tar.lz
craftbukkit-3819f8dbec3b5967b4e242c5a1d57ed6c986b64c.tar.xz
craftbukkit-3819f8dbec3b5967b4e242c5a1d57ed6c986b64c.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 95fec0dd..57615895 100644
--- a/pom.xml
+++ b/pom.xml
@@ -212,27 +212,24 @@
<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>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
- <version>2.19.1</version>
+ <version>2.20</version>
<configuration>
<workingDirectory>${basedir}/target/test-server</workingDirectory>
<excludes>