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 assembly package with maven-release-plugin

We use Hudson and the maven-release-plugin to do the release builds. Now I have a project which contains an assembly …

deployment maven-2 maven-assembly-plugin maven-release-plugin
maven-assembly-plugin MojoExecutionException with dependencySet as outputDirectory

In my Khatami project I'm using maven to both manage compilation and package up the result into a runnable artifact: …

java maven maven-assembly-plugin
maven assembly include the current project jar in the final zip/tar

I am using maven assembly plugin to generate a .tar file contain several other files, dependent jars. All the files …

maven maven-assembly-plugin
Maven - Include dependent libs in jar without unpacking dependencies?

We're trying to build a client jar that includes unpacked dependent jar's. And the manifest should have class-path entries to …

maven-2 maven-assembly-plugin client-library
ERROR OS=Windows and the assembly descriptor contains a *nix-specific root-relative-reference (starting with slash) /

I use maven-assembly-plugin v2.5.3 and get the following error [INFO] Reading assembly descriptor: src/main/assembly/distributive.zip.xml [ERROR] …

windows maven maven-assembly-plugin
Use Maven assembly plugin to set Linux file permissions even when run on other platforms?

Similar question: Can Ant's tar task set a Linux file permission even when the task is used on other platforms? …

java maven file-permissions tar maven-assembly-plugin
Multiple assemblies from one maven project

we have different java source code "projects". 3 projects are completly identical(fatclient, same dependencies etc.) - there is only another …

java maven maven-assembly-plugin
How to use Maven assembly plugin with multi module maven project

I am new to maven and spent ~3 days in generating the zip file with assembly plugin refering to http://www.…

maven maven-assembly-plugin maven-jar-plugin
Creating Two Executable Jars Using maven-assembly-plugin

I have a Maven project and I want to create two executable jar files from it. One will be used …

java maven maven-assembly-plugin
The maven assembly plugin moduleset sources instructions are not including any files and not matching the included modules

I have a multi-module maven project, and I'm trying to get the moduleset sources portion of the assembly plugin to …

java maven maven-assembly-plugin