This is Maven project implementing an ImageJ 1.x plugin for an Institut Pasteur project.
To build the project, in the end you will have the .jar
file
(called artifact in Maven speak) in the target/
subdirectory.
git clone git://github.com/oliviermartinc/imagejcentrale
cd imagejcentrale
then to build the .jar file:mvn package
that needs to be installs to the plugins directory of Fiji
- Go to Run Configurations...
- Choose Maven Build
- Add the following parameter:
- name:
imagej.app.directory
- value:
/path/to/ImageJ.app/
- name:
This ensures that the final .jar
file will also be copied to your ImageJ
plugins folder everytime you run the Maven Build