Simple project template for creating ImageJ Plugins.
The aim is to provide a quick way to start a plugin for ImageJ, using the "legacy" plugin style.
The project is based on maven. It uses sci-java as parent configuration. The parent configuration is somewhat old (1.126), but I encountered configuration troubles with more recent ones.
The base configuration has few dependencies:
- ImageJ
- JUnit
Simply clone the project into the directory of your choice. Then you can edit the pom.xml with informations specific to the project. In particular, the name of the project is used by the Eclipse IDE to index the project.
A sample plugin file is provided in src/main/java/net.ijt/DemoPlugin.java
file.
The plugin configuration file is in src/main/resources/plugins.config
.