maven-assembly-plugin icon indicating copy to clipboard operation
maven-assembly-plugin copied to clipboard

Apache Maven Assembly Plugin

Results 104 maven-assembly-plugin issues
Sort by recently updated
recently updated
newest added

**[Norbert Kalmár](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=nkalmar)** opened **[MASSEMBLY-906](https://issues.apache.org/jira/browse/MASSEMBLY-906?redirect=false)** and commented I tried adding the sources jar to a tar.gz tarball. I have a separate module for assembly. It is built last. Source jars are...

bug

**[Robert Cauble](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=rcauble)** opened **[MASSEMBLY-450](https://issues.apache.org/jira/browse/MASSEMBLY-450?redirect=false)** and commented The maven jar plugin supports the behavior of manifestEntries overriding the manifestFile as indicated here: http://maven.apache.org/guides/mini/guide-manifest.html However, within the maven assembly plugin, if manifestFile...

bug

**[Mark Raynsford](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=io7m)** opened **[MASSEMBLY-896](https://issues.apache.org/jira/browse/MASSEMBLY-896?redirect=false)** and commented It's currently not possible to specify a descriptor via a property. This means that it's necessary to configure the assembly plugin within the project's...

enhancement

**[Simon](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=sbernard)** opened **[MASSEMBLY-877](https://issues.apache.org/jira/browse/MASSEMBLY-877?redirect=false)** and commented Currently, when you create an uber jar using `jar-with-dependencies` descriptor if there is resource duplicates between current module and dependencies there is no guarantee the...

enhancement

**[Arnaud Bourrée](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=rno)** opened **[MASSEMBLY-886](https://issues.apache.org/jira/browse/MASSEMBLY-886?redirect=false)** and commented Share Maven component [file-management](http://maven.apache.org/shared/file-management/) supports [mapper in fileSet](http://maven.apache.org/shared/file-management/fileset.html). It will be great that assembly file format support it too. --- **Affects:** 3.1.0

enhancement

**[Marco Brandizi](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=zakmck)** opened **[MASSEMBLY-880](https://issues.apache.org/jira/browse/MASSEMBLY-880?redirect=false)** and commented I often have to write the following when using the Maven Assembly plug-in, in order to have file permissions correctly set for executable and...

enhancement

**[Olivier Cailloux](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=oliviercailloux)** opened **[MASSEMBLY-869](https://issues.apache.org/jira/browse/MASSEMBLY-869?redirect=false)** and commented My assembly descriptor contains a dependency set entry, that supposedly should include all dependencies for my project and nothing more, namely, only one dependency...

bug

**[Yoann Rodière](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=yrodiere)** opened **[MASSEMBLY-865](https://issues.apache.org/jira/browse/MASSEMBLY-865?redirect=false)** and commented When a multi-module project has the following modules: * prefix * prefix-suffix * assembly ... with "prefix-suffix" depending on junit for instance, "prefix" depending...

bug

**[Nikolaus Zerdahelyi](https://issues.apache.org/jira/secure/[email protected])** opened **[MASSEMBLY-857](https://issues.apache.org/jira/browse/MASSEMBLY-857?redirect=false)** and commented Custom resource filters are a very handy addition to maven resource filtering and there should be a way to use them in an assembly-plugin...

enhancement

**[Kamal Mettananda](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=lkamal)** opened **[MASSEMBLY-856](https://issues.apache.org/jira/browse/MASSEMBLY-856?redirect=false)** and commented This is a request to add \ element to \ in assembly file. Currently, it is not possible to overwrite the already existing files...

enhancement