imagej / imagej-maven-plugin

[OBSOLETE] All goals migrated to scijava/scijava-maven-plugin
Other
4 stars 6 forks source link

CopyJarsMojo: respect project packaging #35

Closed stelfrich closed 6 years ago

stelfrich commented 6 years ago

Adds proper handling of project packaging s.t. multi-module POMs are resolved properly. The parent POM is not copied to imagej.app.directory after resolution.

Fixes #30.

rimadoma commented 6 years ago

Vielen dank Herr @stelfrich! I tested mvn installing BoneJ (a multi-module project) with 0.7.1-SNAPSHOT and it works fine.