maven-assembly-plugin
maven-assembly-plugin copied to clipboard
Apache Maven Assembly Plugin
**[Martin Lichtin](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=lichtin)** opened **[MASSEMBLY-1033](https://issues.apache.org/jira/browse/MASSEMBLY-1033?redirect=false)** and commented Use case would be * plugin creates a assembly.zip file * plugin optionally creates a assembly.sha file * containing a checksum line for each...
**[thomas collignon](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=tcollignon)** opened **[MASSEMBLY-617](https://issues.apache.org/jira/browse/MASSEMBLY-617?redirect=false)** and commented The purpose of the wish is to add a "fileSuffix" attribute in fileSet descriptor. This will add a suffix in all files in the...
**[Robert James Oxspring](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=roxspring)** opened **[MASSEMBLY-939](https://issues.apache.org/jira/browse/MASSEMBLY-939?redirect=false)** and commented When aggregating META-INF/services/ entries the merged entry effectively has a lastModified date of now. Consequently the \ logic always sees the sources as...
**[Christian Domsch](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=cdomsch)** opened **[MASSEMBLY-925](https://issues.apache.org/jira/browse/MASSEMBLY-925?redirect=false)** and commented If the assembly fails during processing of its dependencySets/fileSets, it would be very convenient to get the current set/item it is trying to work...
**[Nikolas Falco](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=nfalco79)** opened **[MASSEMBLY-832](https://issues.apache.org/jira/browse/MASSEMBLY-832?redirect=false)** and commented In some scenario we would like to have the opportunity to skip optional dependencies ```xml dist zip false true 3rdparty false true *:*:*:false:* ```...
**[jycr](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=jcronier)** opened **[MASSEMBLY-881](https://issues.apache.org/jira/browse/MASSEMBLY-881?redirect=false)** and commented It would be nice if we can customize compression level. Low level if we prefer speed High level if we prefer smallest size --- No...
**[K P](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=belpk)** opened **[MASSEMBLY-1031](https://issues.apache.org/jira/browse/MASSEMBLY-1031?redirect=false)** and commented Since maven-assembly-plugin 3.7.0, dependencies with scope=provided are included in the dependency set, when they're also present transitively with compile scope. This behaviour was different...
**[Benjamin Marwell](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=mampf86)** opened **[MASSEMBLY-1032](https://issues.apache.org/jira/browse/MASSEMBLY-1032?redirect=false)** and commented Currently, the tar option will always create POSIX archives or GNU archives. However, not all implementations of tar can handle this: https://savannah.gnu.org/support/?109437 AIX 7.2...
**[Filipe Roque](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=froque)** opened **[MASSEMBLY-1026](https://issues.apache.org/jira/browse/MASSEMBLY-1026?redirect=false)** and commented maven-assembly-plugin 3.7.0 is not consistent with maven-jar-plugin and maven-dependency-plugin For the following **pom.xml** ```xml 4.0.0 org.example assembly-demo 1.0-SNAPSHOT 21 21 UTF-8 org.apache.maven.plugins maven-jar-plugin 3.3.0...