https://github.com/scijava/minimaven
A minimal drop-in replacement for Maven, specifically for building Fiji, ImageJ2 and trivial Java projects in the script editor. *Not* a complete replacement for Maven!
https://github.com/scijava/minimaven
Last synced: 5 months ago
JSON representation
A minimal drop-in replacement for Maven, specifically for building Fiji, ImageJ2 and trivial Java projects in the script editor. *Not* a complete replacement for Maven!
- Host: GitHub
- URL: https://github.com/scijava/minimaven
- Owner: scijava
- License: other
- Created: 2014-03-05T00:26:18.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2024-10-20T19:38:21.000Z (about 1 year ago)
- Last Synced: 2025-07-05T21:51:34.933Z (6 months ago)
- Language: Java
- Homepage: https://imagej.net/MiniMaven
- Size: 270 KB
- Stars: 1
- Watchers: 17
- Forks: 3
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
[](http://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22org.scijava%22%20AND%20a%3A%22minimaven%22)
[](https://github.com/scijava/minimaven/actions/workflows/build-main.yml)
# MiniMaven
MiniMaven is a minimal build system interpreting Maven-style pom.xml files. It
is intended as a drop-in replacement for Maven to build Fiji, ImageJ2 and *very*
simple Java projects.
Originally maintained as part of [Fiji](http://fiji.sc/) as a successor to the
Fiji Build System, it migrated to [ImageJ2](http://developer.imagej.net/) and
subsequently to the [SciJava](http://scijava.github.io/) family of projects. Its
primary purpose is now to support the SciJava scripting framework ("Java as a
scripting language").