# minimaven **Repository Path**: mirrors_scijava/minimaven ## Basic Information - **Project Name**: minimaven - **Description**: 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! - **Primary Language**: Unknown - **License**: BSD-2-Clause - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-25 - **Last Updated**: 2025-10-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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").