NOTICE! This is a static HTML version of a legacy ImageJ Trac ticket.

The ImageJ project now uses GitHub Issues for issue tracking.

Please file all new issues there.

Ticket #1924 (closed feature: moved)

Opened 2013-06-18T15:55:44-05:00

Last modified 2013-07-24T09:49:05-05:00

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

Reported by: dscho Owned by: dscho
Priority: major Milestone: imagej2-b11-docs
Component: Build System Version:
Severity: serious Keywords:
Cc: curtis Blocked By:
Blocking:

Description

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

Change History

comment:1 Changed 2013-06-18T16:10:32-05:00 by dscho

comment:2 Changed 2013-07-24T09:49:05-05:00 by bdezonia

  • Type changed from enhancement to feature

comment:3 Changed 2014-05-01T15:04:27-05:00 by curtis

  • Status changed from new to closed
  • Resolution set to moved