maven-assembly-plugin
maven-assembly-plugin copied to clipboard
Apache Maven Assembly Plugin
**[John Dennis Casey](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=jdcasey)** opened **[MASSEMBLY-505](https://issues.apache.org/jira/browse/MASSEMBLY-505?redirect=false)** and commented **NOTE:** This is a clone of MASSEMBLY-488. The original issue will be closed Won't Fix, since the plexus-utils class DirectoryScanner, which is the...
**[Jeff Evans](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=jeff.w.evans)** opened **[MASSEMBLY-894](https://issues.apache.org/jira/browse/MASSEMBLY-894?redirect=false)** and commented Consider the following dependencies * `moduleA` depends on moduleB, at `compile` scope, which in turn depends on `libraryX`, also at `compile` scope * `moduleA`...
**[Anton](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=anton.kabachkov)** opened **[MASSEMBLY-852](https://issues.apache.org/jira/browse/MASSEMBLY-852?redirect=false)** and commented Used next descriptor: ```xml test zip false bin bin-include * 700 700 bin bin-no-include 700 700 ``` For both **** same **directoryMode** is set, but...
**[Plamen Totev](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=plamenttv)** opened **[MASSEMBLY-803](https://issues.apache.org/jira/browse/MASSEMBLY-803?redirect=false)** and commented Hi, Currently when using `dependencySets` with `unpack` set to `true`, there is no way to set the output file names mapping. As plexus-io supports...
**[Slawomir Jaranowski](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=slawekjaranowski)** opened **[MASSEMBLY-1005](https://issues.apache.org/jira/browse/MASSEMBLY-1005?redirect=false)** and commented We can use properties in assembly descriptors which will be interpolated. Properties values are taken from current project properties. When we use a descriptor...
**[Jimisola Laursen](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=JIRAUSER281352)** opened **[MASSEMBLY-1002](https://issues.apache.org/jira/browse/MASSEMBLY-1002?redirect=false)** and commented Assembly fails to include directories when they are symbolic links. E.g. If the directory "${project.basedir}/target/surefire-reports" is a symbolic link to another directory then the...
**[Níno Martínez Wael](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=nmwael)** opened **[MASSEMBLY-1001](https://issues.apache.org/jira/browse/MASSEMBLY-1001?redirect=false)** and commented ### This is a revisit to: _https://issues.apache.org/jira/browse/MASSEMBLY-676_ _If a project have pom packaging it will be excluded by module-assembly-plugin, while iterating over projects...
**[Rick Poleshuck](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=pluck308)** opened **[MASSEMBLY-791](https://issues.apache.org/jira/browse/MASSEMBLY-791?redirect=false)** and commented The fileMode is ignored within a dependencySet while creating a tar.gz archive. This works just fine in 2.4. ```xml com.company:dependency-artifact true *.py 0750 0750...
**[Garret Wilson](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=garretwilson)** opened **[MASSEMBLY-993](https://issues.apache.org/jira/browse/MASSEMBLY-993?redirect=false)** and commented Please add a `classifier` option to the Maven Assembly Plugin, similar to the [Spring Boot Maven Plugin option of the same name](https://docs.spring.io/spring-boot/docs/current/maven-plugin/reference/htmlsingle/#goals-repackage-parameters-details-classifier), to allow...
**[Guillaume Boué](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=gboue)** opened **[MASSEMBLY-835](https://issues.apache.org/jira/browse/MASSEMBLY-835?redirect=false)** and commented It is possible to configure the Assembly Plugin with an `archiver` parameter. However, only the configured manifest would be added to the JAR archive...