Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 2.26 KB

File metadata and controls

30 lines (20 loc) · 2.26 KB

The pom-scijava-base project is a Maven POM that serves as the base for all Maven-based SciJava software, including:

Fiji ImageJ ImgLib2 KNIME LOCI SCIFIO SciJava SLIM Curve
Fiji ImageJ ImgLib2 KNIME LOCI SCIFIO SciJava SLIM Curve

pom-scijava-base vs. pom-scijava

It is encouraged that you not extend this POM directly, and instead use pom-scijava as parent.

pom-scijava-base pom-scijava
"Low level" base POM, without dependency version management. Extend pom-scijava-base only if you are a Maven expert, and have good reasons for doing so. Friendly base POM for SciJava software, including dependency version management. Extend pom-scijava to inherit the unified SciJava Bill of Materials: component versions which have been tested to work together.

See these examples for guidance:

Getting help with Maven

For more information about Maven, see: