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

**[Muris Ahmovic](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=grandon)** opened **[MASSEMBLY-946](https://issues.apache.org/jira/browse/MASSEMBLY-946?redirect=false)** and commented I have a multi-module project and use the ${revision} variable for versioning. The assembly plugin execution happens in one of the child modules. root...

bug

**[Brian Topping](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=topping)** opened **[MASSEMBLY-815](https://issues.apache.org/jira/browse/MASSEMBLY-815?redirect=false)** and commented When using a `containerDescriptorHandler` of type `file-aggregator`, the files are not aggregated unless a `containerDescriptorHandler` of type `metaInf-services` comes first: ```xml ... metaInf-services file-aggregator...

bug

**[Nigel Jones](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=jonesn)** opened **[MASSEMBLY-938](https://issues.apache.org/jira/browse/MASSEMBLY-938?redirect=false)** and commented The following moduleset fails to include the license and readme and reports '[WARNING] The following patterns were never triggered in this artifact inclusion filter:...

bug

**[Michael Pilone](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=mpilone)** opened **[MASSEMBLY-937](https://issues.apache.org/jira/browse/MASSEMBLY-937?redirect=false)** and commented I have a project with a pom dependency: ```java org.prss.contentdepot jetty-deps ${project.version} pom ``` I then attempt to assemble a zip with dependencies using...

bug

**[Darío Cutillas](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=dacucar)** opened **[MASSEMBLY-928](https://issues.apache.org/jira/browse/MASSEMBLY-928?redirect=false)** and commented I'd like to be able to express copying of files within the `` of an assembly descriptor. Consider the following use-case: A maven module...

enhancement

**[Sebb](https://issues.apache.org/jira/secure/[email protected])** opened **[MASSEMBLY-656](https://issues.apache.org/jira/browse/MASSEMBLY-656?redirect=false)** and commented Several of the configuration items don't have command-line user properties. It would be useful to have user properties for the following: finalName outputDirectory workDirectory Possibly...

enhancement

**[Benson Margulies](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=bmargulies)** opened **[MASSEMBLY-779](https://issues.apache.org/jira/browse/MASSEMBLY-779?redirect=false)** and commented We've encountered some situations in which we would like our builds to fail if the assembly plugin cannot find some item called for in...

enhancement

**[Daniel Widdis](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=dbwiddis)** opened **[MASSEMBLY-822](https://issues.apache.org/jira/browse/MASSEMBLY-822?redirect=false)** and commented The plugin website's [Including Module Binaries](http://maven.apache.org/plugins/maven-assembly-plugin/examples/multimodule/module-binary-inclusion-simple.html) example includes this line: `modules/maven-assembly-plugin` This is incorrect. I believe (but am not sure) it should be similar...

bug

**[Alexander Kormushin](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=akormushin)** opened **[MASSEMBLY-607](https://issues.apache.org/jira/browse/MASSEMBLY-607?redirect=false)** and commented Following dependency set will match only my jar artifacts with any non-empty classifier: ``` com.mycompany.*:*:jar:*:* ``` But it seems wildcard should include empty ones....

bug

**[Petr Novak](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=kek)** opened **[MASSEMBLY-477](https://issues.apache.org/jira/browse/MASSEMBLY-477?redirect=false)** and commented I have a large multimodule project that needs to create compact distribution files at the root of the modules hierarchy. I want to use...

enhancement