imagej / imagej-updater

The automatic updater for ImageJ
Other
12 stars 15 forks source link

Support the update of licenses collected in a directory licenses #87

Closed axtimwalde closed 4 years ago

axtimwalde commented 4 years ago

Add license to the updater paths without a file extension filter.

License files for all third party dependencies that have the necessary properties set in their pom.xml can be generated with the license-maven-plugin:

mvn -Dlicense.organizeLicensesByDependencies=true license:download-licenses

other licenses should be added manually and then deposited in ImageJ's licenses directory to be distributed by the updater.

frauzufall commented 4 years ago

Sounds good! :+1: