example-imagej2-command icon indicating copy to clipboard operation
example-imagej2-command copied to clipboard

Consider moving main method in test scope (reduce dependency footprint)

Open imagejan opened this issue 5 years ago • 0 comments

Having a main method in the example command that calls final ImageJ ij = new ImageJ(); requires a dependency on net.imagej:imagej.

In order to help projects inheriting from this example to keep their dependency footprint minimal, we should maybe move that main method into a test class and make the imagej dependency test scope only.

What do others think of that idea? @ctrueden @etadobson @frauzufall ?

imagejan avatar Jun 28 '20 09:06 imagejan