pkg.sopackage field notes

brew / Rang 207

maven mit Homebrew installieren

Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für maven in AI-Agent-Workflows.

Agent-Sicherheit

Antwort zur Agent-Sicherheit

maven builds Java projects and can deploy artifacts to package repositories.

Credential-Zugriff

Reads settings.xml credentials, environment variables, and repository auth.

Änderungen an Remote-Zustand

Can deploy artifacts and run plugins that call remote services.

Publish-/Artefakt-Risiko

Can publish jars, plugins, and release metadata.

Empfohlene Kontrolle

Gate deploy, release plugins, and credentialed repository access.

Hinweise für Agent-Nutzung

Allow test/package goals; require approval for deploy, release, and secret-backed plugin goals.

Installation

Weitere Installationsbefehle

macOS

Homebrewverifiziert · 100%
brew install maven

provider-native install command

Überblick

Paketzusammenfassung

Java-based project management

Befehle und Aliase

  • mvn
  • mvnDebug
  • mvnyjp

Verlauf

Projektgeschichte und Nutzung

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.

Projektgeschichte

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.

Adoptionsgeschichte

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.

Wie es verwendet wird

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`.

Warum Paket-Nerds sich dafür interessieren

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.

Zeitleiste

  • 2002: Apache Maven site copyright history begins.
  • 2010: Maven 3 line begins and later becomes the long-lived GA family.
  • 2023: Maven 4 alpha releases appear in the official release history.
  • 2024: Maven 4 beta and release-candidate series begins.
  • 2026: Maven 3.9.x remains a maintained GA release line while Maven 4 release candidates continue.

Related projects

  • Maven Central, Maven Resolver, Maven plugins, Maven Wrapper, Maven Daemon, Gradle, Apache Ant, Apache Ivy

Sicherheitslage

Risikostufe: yellow

build system capable of executing project logic.

Risikoklassifikator

yellow Risiko · hoch Konfidenz · runtime

Warum

  • build system capable of executing project logic

Signale

  • override:maven

Installationsverhalten

  • Es wurden keine Homebrew-Bottle-Metadaten erfasst.

Empfohlene Prüfung

Prüfe vor unbeaufsichtigter Agent-Nutzung, ob das Tool Klartext-Credentials liest, Remote-Zustand schreibt, Artefakte veröffentlicht oder Plugins ausführt.

local files

Configuration and credential file locations

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.

Configuration files

Config paths the tool may read or write during local use.

Unix
~/.m2/settings.xml

Credential files

Credential-bearing paths to review before unattended agent runs.

Unix
~/.m2/settings.xml

Executables

Installierte Executables

BefehlArtSichtbarkeitHinweis
mvnExecutableindexiertes ExecutableAus dem lokalen Executable-Index erkannt.
mvnDebugExecutableindexiertes ExecutableAus dem lokalen Executable-Index erkannt.
mvnyjpExecutableindexiertes ExecutableAus dem lokalen Executable-Index erkannt.

Aktualität

Version und Aktualität

Diese Signale trennen das Alter der Seitengenerierung, Aktivität des Paketmanagers und Upstream-Release-Vergleich. Versionsrückstand wird nur gemeldet, wenn eine Evidenz-URL und vergleichbare Versionen vorhanden sind.

Seite generiert2026-08-03
Manager-Version3.9.16
Manager aktualisiert2026-05-17
lokale Datenunbekannt
Upstreamnicht verfügbar
neueste erkannte Versionnicht erkannt
  • OKEs wurden keine Aktualitätswarnungen generiert.

Installationsmetadaten

Paketmetadaten

Paketschlüsselbrew:maven
Version3.9.16
PaketmanagerHomebrew
Homepagehttps://maven.apache.org/
Zuletzt aktualisiert2026-05-17T19:11:46Z
Pulseupdated
Bottlenicht erfasst
Dienstkeiner deklariert

Quellspur

Aus Repository-Daten generiert

Diese Seite wird von av-web aus dem privaten Paket-SQLite-Artefakt bereitgestellt, das scripts/generate-pkg-sqlite.py erstellt.

Verwendete Quellen

  • Geiger risk classifier
  • Nucleus package database
  • curated agent safety answer
  • curated configuration and credential file locations
  • curated package history
  • pkgdb category and tag curation