Skip to content

Commit f5b0cda

Browse files
committed
README: update a few things
* Link destinations aligned with the revamped ImageJ wiki. * Terminology: ImageJ2, not the original ImageJ. * Add link to another pom-scijava wiki page.
1 parent 55ad723 commit f5b0cda

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,37 @@
11
[![](https://img.shields.io/maven-central/v/org.scijava/pom-scijava.svg)](https://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22org.scijava%22%20AND%20a%3A%22pom-scijava%22)
22
[![](https://github.com/scijava/pom-scijava/actions/workflows/build-main.yml/badge.svg)](https://github.com/scijava/pom-scijava/actions/workflows/build-main.yml)
33

4-
This POM provides a parent from which SciJava-based projects can declare their build configurations. It ensures that projects all use a compatible build environment, as well as versions of dependencies and plugins. Projects extending this POM inherit the unified SciJava [Bill of Materials](https://imagej.net/BOM): component versions which have been tested to work together.
4+
This POM provides a parent from which SciJava-based projects can declare their build configurations. It ensures that projects all use a compatible build environment, as well as versions of dependencies and plugins. Projects extending this POM inherit the unified SciJava [Bill of Materials](https://imagej.net/develop/architecture#bill-of-materials): component versions which have been tested to work together.
55

66
This POM serves as the base for all Maven-based SciJava software, including:
77

8-
| Fiji | ImageJ | ImgLib2 | KNIME | LOCI | SCIFIO | SciJava | FLIMLib | Virtual Cell |
9-
|:----:|:------:|:-------:|:-----:|:----:|:------:|:-------:|:----------:|:------------:|
10-
| [![Fiji](https://scijava.org/icons/fiji-icon-64.png)](https://github.com/fiji) | [![ImageJ](https://scijava.org/icons/imagej2-icon-64.png)](https://github.com/imagej) | [![ImgLib2](https://scijava.org/icons/imglib2-icon-64.png)](https://github.com/imglib) | [![KNIME](https://scijava.org/icons/knime-icon-64.png)](https://knime.org) | [![LOCI](https://scijava.org/icons/loci-icon-64.png)](https://github.com/uw-loci) | [![SCIFIO](https://scijava.org/icons/scifio-icon-64.png)](https://github.com/scifio) | [![SciJava](https://scijava.org/icons/scijava-icon-64.png)](https://github.com/scijava) | [![FLIMLib](https://scijava.org/icons/flimlib-icon-64.png)](https://github.com/flimlib) | [![Virtual Cell](https://scijava.org/icons/vcell-icon-64.png)](https://github.com/virtualcell) |
8+
| Fiji | ImageJ2 | ImgLib2 | KNIME | LOCI | SCIFIO | SciJava | FLIMLib | Virtual Cell |
9+
|:----:|:-------:|:-------:|:-----:|:----:|:------:|:-------:|:----------:|:------------:|
10+
| [![Fiji](https://scijava.org/icons/fiji-icon-64.png)](https://github.com/fiji) | [![ImageJ2](https://scijava.org/icons/imagej2-icon-64.png)](https://github.com/imagej) | [![ImgLib2](https://scijava.org/icons/imglib2-icon-64.png)](https://github.com/imglib) | [![KNIME](https://scijava.org/icons/knime-icon-64.png)](https://knime.org) | [![LOCI](https://scijava.org/icons/loci-icon-64.png)](https://github.com/uw-loci) | [![SCIFIO](https://scijava.org/icons/scifio-icon-64.png)](https://github.com/scifio) | [![SciJava](https://scijava.org/icons/scijava-icon-64.png)](https://github.com/scijava) | [![FLIMLib](https://scijava.org/icons/flimlib-icon-64.png)](https://github.com/flimlib) | [![Virtual Cell](https://scijava.org/icons/vcell-icon-64.png)](https://github.com/virtualcell) |
1111

1212
This POM is intended for use as the parent of your own Maven-based code.
1313

1414
## Examples
1515

16-
* [ImageJ command template](https://github.com/imagej/example-imagej-command)
16+
* [ImageJ2 command template](https://github.com/imagej/example-imagej-command)
1717
* [ImageJ 1.x plugin template](https://github.com/imagej/example-legacy-plugin)
18-
* [ImageJ tutorials](https://github.com/imagej/tutorials/tree/master/maven-projects)
18+
* [ImageJ2 tutorials](https://github.com/imagej/tutorials/tree/master/maven-projects)
1919

2020
## Documentation
2121

2222
The pom-scijava wiki contains articles on several topics:
2323

2424
* [Adding a new project to the SciJava POM](https://github.com/scijava/pom-scijava/wiki/Adding-a-new-project-to-the-SciJava-POM)
25+
* [Addressing dependency clash](https://github.com/scijava/pom-scijava/wiki/Addressing-dependency-clash)
2526
* [Versioning of SciJava projects](https://github.com/scijava/pom-scijava/wiki/Versioning-of-SciJava-projects)
2627

2728
## Getting help with Maven
2829

2930
For more information about Maven, see:
3031

31-
* [ImageJ Maven overview](https://imagej.net/Maven)
32-
* [ImageJ Maven FAQ](https://imagej.net/Maven_-_Frequently_Asked_Questions)
32+
* [ImageJ Maven overview](https://imagej.net/develop/maven)
33+
* [ImageJ Maven FAQ](https://imagej.net/develop/maven-faq)
3334

3435
## Troubleshooting
3536

36-
3737
* [Setting empty metadata fields](https://github.com/scijava/pom-scijava-base#how-to-override-a-field-with-an-empty-value)

0 commit comments

Comments
 (0)