maven-assembly-plugin
maven-assembly-plugin copied to clipboard
Apache Maven Assembly Plugin
**[Igor Bljahhin](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=igor.bljahhin)** opened **[MASSEMBLY-603](https://issues.apache.org/jira/browse/MASSEMBLY-603?redirect=false)** and commented When filtering files in assembly plugin most of placeholders are replaced with values, but Maven's property "maven.build.timestamp" (described here http://maven.apache.org/guides/introduction/introduction-to-the-pom.html in "Special Variables" section)...
**[Michael Osipov](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=michael-o)** opened **[MASSEMBLY-737](https://issues.apache.org/jira/browse/MASSEMBLY-737?redirect=false)** and commented I am repackaging a WAR file with some files exchanged. The original file contains following manifest entries: ``` Manifest-Version: 1.0 Built-By: osipovmi Build-Jdk: 1.7.0_55...
**[Fabien](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=fabien-dalai)** opened **[MASSEMBLY-763](https://issues.apache.org/jira/browse/MASSEMBLY-763?redirect=false)** and commented Following a question opened on stackoverflow (see here http://stackoverflow.com/questions/29199748/maven-assembly-plugin-do-not-trigger-search-of-default-assembly-descriptor) concerning a build failure with the maven-assembly-plugin, I could isolate the test-case that makes the issue...
**[Vinicius Dantas](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=vmelo)** opened **[MASSEMBLY-776](https://issues.apache.org/jira/browse/MASSEMBLY-776?redirect=false)** and commented Using an absolute path that starts with either forward or backward slash is not accepted. It happens because Java's File.isAbsolute() does not recognize paths...
**[Tuure Laurinolli](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=tazle)** opened **[MASSEMBLY-645](https://issues.apache.org/jira/browse/MASSEMBLY-645?redirect=false)** and commented Please see demonstration at https://github.com/tazle/maven-issue-demo After mvn package, the resulting maven-issue-demo-1.0.0-SNAPSHOT-bin.zip contains the following libraries: maven-issue-demo-1.0.0-SNAPSHOT/lib/httpcore-4.3-alpha2-SNAPSHOT.jar maven-issue-demo-1.0.0-SNAPSHOT/lib/httpclient-4.3-alpha2-20130227.160252-28.jar For some reason httpcore has a -SNAPSHOT...
**[Adrian Stabiszewski](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=nitegate)** opened **[MASSEMBLY-593](https://issues.apache.org/jira/browse/MASSEMBLY-593?redirect=false)** and commented This is a regression since version 2.2-beta-5 where this config is working. Workaround for 2.2.2: It works if the "appendAssemblyId" is set to false....
**[Karl Heinz Marbaise](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=khmarbaise)** opened **[MASSEMBLY-787](https://issues.apache.org/jira/browse/MASSEMBLY-787?redirect=false)** and commented I have defined a shared descriptor using a separate module as described in the documentation. This shared descriptor is used by maven assembly-plugin...
**[Andrew Festa](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=apfes1)** opened **[MASSEMBLY-831](https://issues.apache.org/jira/browse/MASSEMBLY-831?redirect=false)** and commented When using containerDescriptorHandlers, there is no way to aggregate multiple file patterns. A single file-aggregator does not allow wildcards in the outputPath, and including...
**[Marat Abrarov](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=abrarovm)** opened **[MASSEMBLY-918](https://issues.apache.org/jira/browse/MASSEMBLY-918?redirect=false)** and commented This is new feature request similar to MASSEMBLY-668 and MASSEMBLY-442 (I cannot reopen existing JIRA issues - I have no required permissions in JIRA)....
**[Brian](https://issues.apache.org/jira/secure/[email protected])** opened **[MASSEMBLY-916](https://issues.apache.org/jira/browse/MASSEMBLY-916?redirect=false)** and commented When using multiple Spring jars with the assembly plugin the spring.schemas file is not correctly populated and will only include the xsd file mapping for...