Credential access
Reads settings.xml credentials, environment variables, and repository auth.
brew
Java-based project management. Version 3.9.16 via Homebrew; verified 2026-05-17.
agent safety
maven builds Java projects and can deploy artifacts to package repositories.
Reads settings.xml credentials, environment variables, and repository auth.
Can deploy artifacts and run plugins that call remote services.
Can publish jars, plugins, and release metadata.
Gate deploy, release plugins, and credentialed repository access.
Allow test/package goals; require approval for deploy, release, and secret-backed plugin goals.
install
brew install mavenlocal Homebrew formula metadata
sudo apk add mavenAlpine Linux edge package indexes · maven · source: dl-cdn.alpinelinux.org
sudo apt install libmaven3-core-javaDebian stable package indexes · libmaven3-core-java · source: deb.debian.org
sudo dnf install mavenFedora Rawhide package metadata · maven · source: dl.fedoraproject.org
nix profile install nixpkgs#mavennixpkgs package indexes · pkgs/by-name/ma/maven/package.nix · source: api.github.com
sudo pacman -S mavenArch Linux sync databases · maven · source: geo.mirror.pkgbuild.com
sudo zypper install mavenopenSUSE Tumbleweed package metadata · maven · source: download.opensuse.org
choco install mavenChocolatey community package catalog · maven · source: community.chocolatey.org
scoop install main/mavenScoop official bucket manifest trees · bucket/maven.json · source: api.github.com
overview
Java-based project management
history
Apache Maven is the Apache Software Foundation's long-running Java build and project-management tool, centered on a project object model, dependency coordinates, plugins, and repository metadata.
Maven's official site describes it as a build tool for Java projects that uses a Project Object Model to manage compilation, testing, and documentation. The Apache Maven source page also shows that the project is not a single repository in practice: full Maven sources span Maven core, plugins, components, skins, and related repositories, with a manifest repository used to check out the whole source tree.
The release history documents Maven 3 as the maintained general-availability line and Maven 4 as a long-running alpha, beta, and release-candidate effort. That makes Maven unusual among CLI build tools: the user-facing command is compact, but the surrounding ecosystem of plugins, resolver components, repository layout, and site tooling is large and separately versioned.
Maven became a default packaging and dependency idiom for Java because its repository model is shared beyond Maven itself. Apache's Maven Central documentation explicitly addresses both projects that use Maven for builds and projects that only want their releases added to the central repository.
Homebrew, Debian-family, RPM-family, Chocolatey, Scoop, Nix, Pacman, and other package-manager entries in the input show Maven's broad CLI distribution footprint outside Java IDEs.
Typical CLI use is `mvn` in a project containing a `pom.xml`, with per-user settings in `~/.m2/settings.xml` and project-local runner options in `.mvn/maven.config`, `.mvn/jvm.config`, and `.mvn/extensions.xml`. Credentials for remote repositories and mirrors live in the Maven settings model's `servers` entries, with encrypted-password support via `settings-security.xml`.
Maven matters to package nerds because it standardized much of the vocabulary of Java artifact packaging: groupId, artifactId, version, POM metadata, transitive dependency resolution, local caches, and central remote repositories. Even tools that compete with Maven frequently consume Maven repositories and Maven metadata.
security posture
build system capable of executing project logic.
yellow risk · high confidence · runtime
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
local files
These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.
Config paths the tool may read or write during local use.
~/.m2/settings.xmlCredential-bearing paths to review before unattended agent runs.
~/.m2/settings.xmlexecutables
| Command | Kind | Exposure | Note |
|---|---|---|---|
mvn | cli | global executable | |
mvnDebug | cli | global executable | |
mvnyjp | cli | global executable |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
install metadata
| Package key | brew:maven |
|---|---|
| Version | 3.9.16 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/maven |
| Homepage | https://maven.apache.org/ |
| Repository | https://gitbox.apache.org/repos/asf/maven.git |
| Upstream docs | https://maven.apache.org/guides |
| License | Apache-2.0 |
| Source archive | https://www.apache.org/dyn/closer.lua?path=maven/maven-3/3.9.16/binaries/apache-maven-3.9.16-bin.tar.gz |
| Last updated | 2026-05-17T19:11:46Z |
| Pulse | updated |
| Dependencies | openjdk |
| Bottle | available (on all) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | maven |
| Aliases |
|
| Version Scheme | 0 |
| Revision | 0 |
| Conflicts With |
|
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
libmaven3-core-java 3.9.9-1
Core libraries for Maven 3
sudo apt install libmaven3-core-javamaven 3.9.9-1
Java software project management and comprehension tool
sudo apt install mavenmaven
nix profile install nixpkgs#mavenlibmaven3-core-java 3.8.7-2
Core libraries for Maven 3
sudo apt install libmaven3-core-javamaven 3.8.7-2
Java software project management and comprehension tool
sudo apt install mavenmaven 3.9.16-r0
Java project management and project comprehension tool
sudo apk add mavenmaven 3.9.11-13.fc45
Java project management and project comprehension tool
sudo dnf install mavenmaven-lib 3.9.11-13.fc45
Core part of Maven
sudo dnf install maven-libmaven-openjdk25 3.9.11-13.fc45
maven binding for openjdk25
sudo dnf install maven-openjdk25maven-unbound 3.9.11-13.fc45
maven binding for unbound
sudo dnf install maven-unboundmaven 3.9.16-1
Java project management and project comprehension tool
sudo pacman -S mavenmaven 3.9.16-1.1
Java project management and project comprehension tool
sudo zypper install mavenmaven-javadoc 3.9.16-1.1
API documentation for maven
sudo zypper install maven-javadocmaven-lib 3.9.16-1.1
Core part of Maven
sudo zypper install maven-libmaven
choco install mavenmain/maven
scoop install main/mavensource trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.