scijava / scijava-maven-plugin

A Maven plugin to manage development of SciJava-based software.
BSD 2-Clause "Simplified" License
3 stars 5 forks source link

Install dependencies into subdirectories #20

Closed stelfrich closed 5 years ago

stelfrich commented 6 years ago

The mojos use the scijava.app.subdirectory property to determine where an artifact should be installed. This commit adds the same functionality for dependencies. If the property is not provided by a dependency, it falls back to the old case logic. This way, older versions of e.g. Bio-Formats will be supported as well.