scijava / scripting-kotlin

[EXPERIMENTAL] JSR-223-compliant Kotlin scripting plugin
http://imagej.net/Kotlin_Scripting
Other
10 stars 2 forks source link

POM: use allowedDuplicateClasses property #2

Closed imagejan closed 5 years ago

imagejan commented 5 years ago

This simplifies the POM by removing the redundant plugin configuration for maven-enforcer-plugin (present in the parent pom already), and adds allowed duplicate classes via property definition.

This will hopefully fix the travis build (#8).

ctrueden commented 5 years ago

Great!