example-legacy-plugin
example-legacy-plugin copied to clipboard
Simple Maven project for an ImageJ 1.x plugin
Hi @ctrueden, I'd like to suggest changing the default location of that example plugin / template. This could prevent some confusion for first-time plugin developers. See a maybe related discussion...
It would be nice to be able to initialize a new Maven project for a new ImageJ2 command via: ``` mvn archetype:generate -DarchetypeArtifactId=imagej2-command ``` Follow https://maven.apache.org/archetype/maven-archetype-plugin/advanced-usage.html to provide that. We...
We should make it easy to start new ImageJ 1.x projects via [Maven archetypes](https://maven.apache.org/guides/introduction/introduction-to-archetypes.html).