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

**[Michael Osipov](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=michael-o)** opened **[MASSEMBLY-976](https://issues.apache.org/jira/browse/MASSEMBLY-976?redirect=false)** and commented See: https://issues.apache.org/jira/browse/MASSEMBLY-969?focusedCommentId=17639508&page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel#comment-17639508 Verfication says: ``` def expectedFilenames = [ "javafx-base-18.0.1.jar", "javafx-controls-18.0.1-linux.jar", "javafx-media-18.0.1-linux.jar", "javafx-web-18.0.1.jar", "javafx-base-18.0.1-linux.jar", "javafx-graphics-18.0.1-linux.jar", "javafx-swing-18.0.1.jar", "javafx-web-18.0.1-linux.jar", "javafx-controls-18.0.1.jar", "javafx-media-18.0.1.jar", "javafx-swing-18.0.1-linux.jar" ] ``` and failure...

bug

**[Václav Haisman](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=wilx)** opened **[MASSEMBLY-970](https://issues.apache.org/jira/browse/MASSEMBLY-970?redirect=false)** and commented ``` [WARNING] The following patterns were never triggered in this artifact inclusion filter: o 'org.python:jython-standalone' ``` The reason for the warning is a duplicate...

bug

**[Lau Bakman](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=lbakman)** opened **[MASSEMBLY-907](https://issues.apache.org/jira/browse/MASSEMBLY-907?redirect=false)** and commented We have just updated to version 3.1.1 due to MASSEMBLY-873 and have stumbled upon a problem. Our project is structured similar to the attached...

bug

**[Carsten Rohde](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=JIRAUSER284599)** opened **[MASSEMBLY-958](https://issues.apache.org/jira/browse/MASSEMBLY-958?redirect=false)** and commented When using a dependencySet with useTransitiveDependencies set to true, transitive dependencies seem to be determined based on the dependency-tree of the project in which...

bug

**[David Mollitor](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=belugabehr)** opened **[MASSEMBLY-948](https://issues.apache.org/jira/browse/MASSEMBLY-948?redirect=false)** and commented ```xml org.apache.maven.plugins maven-assembly-plugin gnu false false package-tez tez-${project.version} src/main/assembly/tez-dist.xml dir tar.gz prepare-package single package-tez-minimal tez-${project.version}-minimal src/main/assembly/tez-dist-minimal.xml dir tar.gz prepare-package single ``` ```none [ERROR] Failed...

bug

**[Joerg Schaible](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=joehni)** opened **[MASSEMBLY-614](https://issues.apache.org/jira/browse/MASSEMBLY-614?redirect=false)** and commented useTransitiveFiltering is implemented wrongly, it filters when set to false and does not filter when set to true. One of the declared dependencies in...

bug

**[Nigel Jones](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=jonesn)** opened **[MASSEMBLY-940](https://issues.apache.org/jira/browse/MASSEMBLY-940?redirect=false)** and commented In moduleSet, dependencies are not based on specific modules included: I have a large multimodule project (https://github.com/odpi/egeria) which has over 300 modules, mostly java...

bug

**[Martin Todorov](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=carlspring)** opened **[MASSEMBLY-830](https://issues.apache.org/jira/browse/MASSEMBLY-830?redirect=false)** and commented When one of the transitive dependencies is relocated, the `maven-assembly-plugin` doesn't follow the relocation and check the POM of the relocated artifact, but uses...

bug

**[Matthew Lewis](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=diozero)** opened **[MASSEMBLY-953](https://issues.apache.org/jira/browse/MASSEMBLY-953?redirect=false)** and commented With this configuration: root project with multiple modules (parent = bom/pom.xml) * bom (no parent) * module 1 (parent = root project) * module...

bug

**[Peter lynch](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=peterlynch)** opened **[MASSEMBLY-947](https://issues.apache.org/jira/browse/MASSEMBLY-947?redirect=false)** and commented Using a fileSet to copy resources with lineEnding set to windows crlf, where the source file contains old mac CR line endings, the line...

bug