Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 877 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 877 Bytes

Cytokinesis Plugin: ImageJ plugin made in collaboration with CentraleSupelec and Pasteur Institute

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

Eclipse: To ensure that Maven copies the plugin to your ImageJ folder

  1. Go to Run Configurations...
  2. Choose Maven Build
  3. Add the following parameter:
    • name: imagej.app.directory
    • value: /path/to/ImageJ.app/

This ensures that the final .jar file will also be copied to your ImageJ plugins folder everytime you run the Maven Build