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.

maven-assembly-plugin: How to use appendAssemblyId

I have a multi-module Maven project and in one module I want to create two artifacts during the build: The …

java maven maven-assembly-plugin
Using maven to build multiple resources assemblies that are very similar

I'm having a problem with this very redundant maven configuration. The application I'm working on sometimes gets built for environments …

maven maven-assembly-plugin
Disable the default-jar execution

I am using Maven Assembly plugin to pack a jar file. But when I run mvn package, maven always trigger …

maven-2 jar maven maven-assembly-plugin maven-jar-plugin
use wildcard to copy folders using maven-assembly-plugin

I am using maven-assembly-plugin to collect some files and folders in a .tar.gz file. In my target directory, I …

maven maven-assembly-plugin
How do I suppress maven assembly plugin skipping files that are already added? Or allow overwrite?

For weeks, I've been wrestling with maven, getting it to deploy our project "properly." I'm almost done but I have …

maven-2 maven maven-assembly-plugin
maven create zip with jar and some more files

I do not understand maven. Better use ant, but... I've managed to create jar (with, or without dependencies), I've managed …

maven maven-3 maven-assembly-plugin maven-jar-plugin
maven: multi-module project assembly into single jar

I have a multi-module project and want to create a single jar containing the classes of all my modules. Inside …

maven maven-2 archive maven-assembly-plugin multi-module
How do I set directory permissions in maven output?

I am using the maven-assembly-plugin to package my build. I am able to perform some copying of file sets and …

maven maven-assembly-plugin umask
Manipulate project version property to remove SNAPSHOT?

I've got a project at version 0.0.1-SNAPSHOT, and when we build it via TeamCity, we also get a build.vcs.…

maven maven-assembly-plugin teamcity-7.0
Maven best practice for generating artifacts for multiple environments [prod, test, dev] with CI/Hudson support?

I have a project that need to be deployed into multiple environments (prod, test, dev). The main differences mainly consist …

maven-2 maven maven-assembly-plugin