Commits

md_5 authored 2ffdb31ec0d
Use upstream plexus-compiler-eclipse

Relevant bugs have since been fixed
No tags

pom.xml

Modified
84 84 <scope>test</scope>
85 85 </dependency>
86 86 <dependency>
87 87 <groupId>org.hamcrest</groupId>
88 88 <artifactId>hamcrest-library</artifactId>
89 89 <version>1.3</version>
90 90 <scope>test</scope>
91 91 </dependency>
92 92 </dependencies>
93 93
94 - <repositories>
95 - <!--
96 - If you are a plugin developer, please use https://hub.spigotmc.org/nexus/content/repositories/snapshots/
97 - as your repository URL. This will ensure only Bukkit / Spigot-API are pulled from our Maven repository.
98 -
99 - Please see https://www.spigotmc.org/go/maven for more information.
100 - -->
101 - <repository>
102 - <id>spigotmc-public</id>
103 - <url>https://hub.spigotmc.org/nexus/content/groups/public/</url>
104 - </repository>
105 - </repositories>
106 -
107 - <pluginRepositories>
108 - <pluginRepository>
109 - <id>spigotmc-public</id>
110 - <url>https://hub.spigotmc.org/nexus/content/groups/public/</url>
111 - </pluginRepository>
112 - </pluginRepositories>
113 -
114 94 <!-- This builds a completely 'ready to start' jar with all dependencies inside -->
115 95 <build>
116 96 <plugins>
117 97 <plugin>
118 98 <groupId>net.md-5</groupId>
119 99 <artifactId>scriptus</artifactId>
120 100 <version>0.4.1</version>
121 101 <configuration>
122 102 <format>${bt.name}-Bukkit-%s</format>
123 103 </configuration>
248 228 </plugin>
249 229 <plugin>
250 230 <groupId>org.apache.maven.plugins</groupId>
251 231 <artifactId>maven-compiler-plugin</artifactId>
252 232 <version>3.8.1</version>
253 233 <configuration>
254 234 <!-- we use the Eclipse compiler as it doesn't need a JDK -->
255 235 <compilerId>eclipse</compilerId>
256 236 </configuration>
257 237 <dependencies>
258 - <!-- we need our custom version as it fixes some bugs on case sensitive file systems -->
259 238 <dependency>
260 239 <groupId>org.codehaus.plexus</groupId>
261 240 <artifactId>plexus-compiler-eclipse</artifactId>
262 - <version>2.8.5-spigotmc</version>
241 + <version>2.8.8</version>
263 242 </dependency>
264 243 <dependency>
265 244 <groupId>org.eclipse.jdt</groupId>
266 245 <artifactId>ecj</artifactId>
267 246 <version>3.24.0</version>
268 247 </dependency>
269 248 </dependencies>
270 249 </plugin>
271 250 <plugin>
272 251 <groupId>org.apache.maven.plugins</groupId>

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut