example-legacy-plugin icon indicating copy to clipboard operation
example-legacy-plugin copied to clipboard

Simple Maven project for an ImageJ 1.x plugin

Results 3 example-legacy-plugin issues
Sort by recently updated
recently updated
newest added

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).