The pom-scijava project is a Maven POM that serves as the base for all Maven-based SciJava software, including: | Fiji | ImageJ | ImgLib2 | LOCI | OME
Bio-Formats | SCIFIO | SciJava | SLIM Curve | |:----:|:------:|:-------:|:----:|:---------------:|:------:|:-------:|:----------:| | [![Fiji](http://www.scijava.org/icons/fiji-icon-64.png)](https://github.com/fiji) | [![ImageJ](http://www.scijava.org/icons/imagej2-icon-64.png)](https://github.com/imagej) | [![ImgLib2](http://www.scijava.org/icons/imglib2-icon-64.png)](https://github.com/imglib) | [![LOCI](http://www.scijava.org/icons/loci-icon-64.png)](https://github.com/uw-loci) | [![OME Bio-Formats](http://www.scijava.org/icons/bio-formats-icon-64.png)](https://github.com/openmicroscopy/bioformats) | [![SCIFIO](http://www.scijava.org/icons/scifio-icon-64.png)](https://github.com/scifio) | [![SciJava](http://www.scijava.org/icons/scijava-icon-64.png)](https://github.com/scijava) | [SLIM Curve](http://www.scijava.org/icons/slim-curve-icon-64.png) | This POM is intended for use as the parent of your own Maven-based code. See these examples for guidance: * [ImageJ1 plugin template](https://github.com/imagej/minimal-ij1-plugin) * [ImageJ2 tutorials](http://github.com/imagej/imagej-tutorials) For more information about Maven, see: * [Learning Maven](http://developer.imagej.net/learning-maven) * [Maven FAQ](http://wiki.imagej.net/Maven_-_Frequently_Asked_Questions) ## Documentation The pom-scijava wiki contains articles on several topics: * [Adding a new project to the SciJava POM](https://github.com/scijava/pom-scijava/wiki/Adding-a-new-project-to-the-SciJava-POM) * [Versioning of SciJava projects](https://github.com/scijava/pom-scijava/wiki/Versioning-of-SciJava-projects)