An open API service indexing awesome lists of open source software.

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!

Awesome Lists containing this project

README

          

[![](https://img.shields.io/maven-central/v/org.scijava/minimaven.svg)](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/badge.svg)](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").