Registry / build-tool / maven-assembly-plugin

maven-assembly-plugin

JSON →
library3.8.0javamavenunverified

A Maven plugin to create archives of your project's sources, classes, dependencies etc. from flexible assembly descriptors.

<dependency> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-assembly-plugin</artifactId> <version>3.8.0</version> </dependency>
INSTALL
IMPORT
SIG · MAVEN-ASSEMBLY-PLU
M
maven-assembly-plugin
build-tooljavav3.8.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

AssemblyMojo
org.apache.maven.plugins.assembly.AssemblyMojo

Minimal example showing import of the assembly plugin's main Mojo class.

import org.apache.maven.plugins.assembly.AssemblyMojo; public class Example { public static void main(String[] args) { System.out.println("Maven Assembly Plugin imported"); } }
Debug
Known issues
breakingBreaking changes in descriptor format between major versions.
fix
Review assembly descriptor schema when upgrading from 2.x to 3.x.
affects: >=3.0.0
Upgrade
Version history
3.8.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
9 hits · last 30 days
node
8
OpenAI (training)
1
Resources
maven-assembly-plugin — mvn dependency:get maven-assembly-plugin · libregistry