Commits
md_5 authored 59ead25bc9e
270 270 | <scope>test</scope> |
271 271 | </dependency> |
272 272 | </dependencies> |
273 273 | |
274 274 | <!-- This builds a completely 'ready to start' jar with all dependencies inside --> |
275 275 | <build> |
276 276 | <plugins> |
277 277 | <plugin> |
278 278 | <groupId>net.md-5</groupId> |
279 279 | <artifactId>scriptus</artifactId> |
280 - | <version>0.4.1</version> |
280 + | <version>0.5.0</version> |
281 281 | <configuration> |
282 282 | <format>${bt.name}-Bukkit-%s</format> |
283 283 | </configuration> |
284 284 | <executions> |
285 285 | <execution> |
286 286 | <phase>initialize</phase> |
287 287 | <goals> |
288 288 | <goal>describe</goal> |
289 289 | </goals> |
290 290 | </execution> |
341 341 | <Sealed>true</Sealed> |
342 342 | </manifestEntries> |
343 343 | </manifestSection> |
344 344 | </manifestSections> |
345 345 | </archive> |
346 346 | </configuration> |
347 347 | </plugin> |
348 348 | <plugin> |
349 349 | <groupId>org.apache.maven.plugins</groupId> |
350 350 | <artifactId>maven-shade-plugin</artifactId> |
351 - | <version>3.4.1</version> |
351 + | <version>3.5.0</version> |
352 352 | <executions> |
353 353 | <execution> |
354 354 | <phase>package</phase> |
355 355 | <goals> |
356 356 | <goal>shade</goal> |
357 357 | </goals> |
358 358 | <configuration> |
359 359 | <createSourcesJar>${shadeSourcesJar}</createSourcesJar> |
360 360 | <artifactSet> |
361 361 | <includes> |