eivindveg / HotSUploader

JavaFX-based Replay Uploader for Heroes of the Storm
Apache License 2.0
185 stars 36 forks source link

Uber-jars fail and are being held back #143

Closed eivindveg closed 8 years ago

eivindveg commented 8 years ago

There's a conflict between the javafx-maven-plugin, jar-with-dependencies and Spring Boot classloader. Currently, spring-boot-maven-plugin runs before javafx-maven-plugin. This results in spring-boot-maven-plugin overwriting the javafx-maven-plugin jar, causing library duplication. The current jar-with-dependencies fails to start under Spring Boot.