I don't have a repo so you need to use directly the jar of the plugin
In your maven pom.xml add
<dependencies> <dependency> <systemPath>pathOfTheJar/BoostedAudio.jar</systemPath> <groupId>fr.supermax_8.boostedaudio</groupId> <artifactId>boostedaudio</artifactId> <version>VERSION</version> <scope>system</scope> </dependency> </dependencies>
Last updated 1 year ago