Skip to content

Commit 4bbc031

Browse files
committed
Improve READMEs and convert to Markdown
1 parent c4872cd commit 4bbc031

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

README.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
The pom-scijava project is a Maven POM that serves as the base for all
2+
Maven-based SciJava code, including:
3+
4+
* [Fiji](https://github.com/fiji/fiji)
5+
* [Image5D](https://github.com/imagej/image5d)
6+
* [ImageJ1 unit tests](https://github.com/imagej/ij1-tests)
7+
* [ImageJ2](https://github.com/imagej/imagej)
8+
* [ImageJA](https://github.com/fiji/imageja)
9+
* [ImgLib](https://github.com/imagej/imglib)
10+
* [LOCI](https://github.com/uw-loci/pom-loci)
11+
* [SCIFIO](https://github.com/imagej/minimal-ij1-plugin)
12+
13+
This POM is intended for use as the parent of your own Maven-based code.
14+
See these examples for guidance:
15+
16+
* [ImageJ1 plugin template](https://github.com/imagej/minimal-ij1-plugin)
17+
* [ImageJ2 tutorials](http://github.com/imagej/imagej-tutorials)
18+
19+
For more information about Maven, see:
20+
21+
* [Learning Maven](http://developer.imagej.net/learning-maven)
22+
* [Maven FAQ](http://wiki.imagej.net/Maven_-_Frequently_Asked_Questions)

0 commit comments

Comments
 (0)