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

Offer project templates for use with the maven-archetype-plugin

Open ctrueden opened this issue 11 years ago • 3 comments

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 probably also need to provide an archetype catalog: https://maven.apache.org/archetype/maven-archetype-plugin/specification/archetype-catalog.html

Migrated-From: http://trac.imagej.net/ticket/1924

ctrueden avatar May 01 '14 20:05 ctrueden

@dscho's first attempt: https://github.com/imagej/minimal-ij1-plugin/tree/archetype

ctrueden avatar May 01 '14 20:05 ctrueden

I worked a bit more on this, but have to concentrate on other projects now. @ctrueden feel free to give this project to @apal4 or @hinerm, or to do it yourself.

dscho avatar Dec 01 '14 09:12 dscho

Thanks @dscho. Assigning to myself so I don't forget about it, but it will probably be quite some time before we get back to it.

ctrueden avatar Dec 17 '14 16:12 ctrueden