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.

Deploying Maven assembly ZIP to nexus

I am using the assembly plugin to build a jar with dependancies and then zip the project. The zip should …

maven wget nexus maven-assembly-plugin maven-deploy-plugin
Maven - resource filtering : implications of the @ symbol in resource files

I am using the Maven assembly plugin to prepare some configuration artifacts for different environments, and I am using resource …

maven-2 filtering maven-assembly-plugin
Exclude files with maven assembly does not work

I have very simple assembly descriptor <assembly xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.2" xmlns:xsi="http://www.…

maven maven-assembly-plugin
Trouble getting started with maven assembly plugin

I'm sorry to sound ignorant here, but I'm new to Maven, and have been banging my head against something that …

maven-2 maven-assembly-plugin
A zip file cannot include itself - Maven-assembly plugin

I'm building a project using maven assembly plugin. But the process fail with the following error,(Here I pasted the …

maven maven-plugin maven-assembly-plugin
How do you create a standalone application with dependencies intact using Maven?

I have a desktop Java application built using Maven 2 (but I could upgrade to Maven 3 if that helps) with a …

java maven maven-assembly-plugin maven-jar-plugin
Maven Assembly: include a dependency with a different classifier

I would like to build two different versions of a WAR in Maven (I know that's a no-no, that's just …

maven-2 maven-assembly-plugin
Error creating assembly archive in multi module maven project

I have created a multi-module maven project with 2 modules(child1, child2). I am trying to create a package - APP.…

java maven maven-assembly-plugin maven-module
Custom maven assembly

I'm starting to work with Maven but am not yet successfully thinking in Maven's terms. I have a specific requirement …

maven-2 maven-assembly-plugin
How to assemble multimodule maven project into one WAR?

Similar question here. I would like to get ONE resulting WAR to be deployed from 3 different maven modules. The war …

java war maven-3 maven-assembly-plugin multi-module