# 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**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-25 - **Last Updated**: 2026-08-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README [![Build Status](https://github.com/scijava/minimaven/actions/workflows/build.yml/badge.svg)](https://github.com/scijava/minimaven/actions/workflows/build.yml) [![Release](https://img.shields.io/maven-central/v/org.scijava/minimaven.svg)](https://central.sonatype.com/artifact/org.scijava/minimaven) # MiniMaven MiniMaven is a minimal build system interpreting Maven-style pom.xml files. Its primary purpose is to support the SciJava scripting framework ("Java as a scripting language"). Its initial purpose was to serve as a drop-in replacement for Maven to build Fiji, ImageJ2 and other very simple Java projects. MiniMaven was originally maintained as part of [Fiji](https://fiji.sc/) as a successor to the Fiji Build System, it migrated to [ImageJ2](https://imagej.net/software/imagej2) and subsequently to the [SciJava](https://scijava.org/) family of projects.