Top "Maven-assembly-plugin" questions

The Assembly Plugin for Maven is primarily intended to allow users to aggregate the project output along with its dependencies, modules, site documentation, and other files into a single distributable archive.

Add classpath to manifest with a custom assembly descriptor

I have the following custom assembly: <assembly> <id>full</id> <formats> <…

maven classpath maven-3 maven-assembly-plugin
Maven Assembly Plugin is not setting the MainClass manifest setting

I have a maven project which generates a jar via the maven assembly plugin I want to run as a …

maven-2 maven-assembly-plugin
How do I include an empty directory in a maven assembly?

In what must be a common occurence, I need to include an empty directory in an assembly. In my case …

maven maven-assembly-plugin
Maven assembly plugin complains about no files whatever I do

I have a similar situation to Add jar-with-dependencies artifact from other Maven module, however the suggested solution did not work …

maven maven-assembly-plugin jar-with-dependencies
Merge properties files with Maven assembly

I have a problem with maven assembly plugin. I have a maven project which use several jars. Each jar contains …

java maven maven-plugin maven-assembly-plugin
maven-assembly-plugin doesn't add dependencies with system scope

This is my pom file: <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" …

maven-2 maven-assembly-plugin
How to Exclude Certain Jar Dependencies when Using Maven for Jar Assembly

There are a handful of very similar-seeming questions on StackOverflow, but I'm having trouble finding anything that works. For now, …

maven jar maven-assembly-plugin
Idea to avoid that spring.handlers/spring.schemas get overwritten when merging multiple spring dependencies in a single jar

I got the error Unable to locate NamespaceHandler when using context:annotation-config running (java -jar) a jar assembled by the …

spring maven-assembly-plugin meta-inf
The maven assembly plugin is not using the finalName for installing with attach=true?

I have configured following assembly: <build> <plugins> <plugin> <artifactId>maven-assembly-plugin</artifactId&…

maven-2 maven-assembly-plugin