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

Bumps [org.codehaus.plexus:plexus-io](https://github.com/codehaus-plexus/plexus-io) from 3.4.2 to 3.5.1. Release notes Sourced from org.codehaus.plexus:plexus-io's releases. 3.5.1 🚀 New features and improvements Fix performance problem by caching unix group and user names (fixes #109)...

dependencies
java

Bumps org.apache.commons:commons-compress from 1.27.0 to 1.27.1. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.commons:commons-compress&package-manager=maven&previous-version=1.27.0&new-version=1.27.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies
java

Bumps [org.apache.maven.plugins:maven-plugins](https://github.com/apache/maven-parent) from 42 to 43. Release notes Sourced from org.apache.maven.plugins:maven-plugins's releases. 43 :boom: Breaking changes Remove dependency on maven-plugin-annotations to better support Maven 4 plugins (#190) @​gnodet Remove checkstyle.violation.ignore...

dependencies
java

Fixes : #1275 Following this checklist to help us incorporate your contribution quickly and easily: - [x] Your pull request should address just one issue, without pulling in other changes....

bug

**[mike duigou](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=bondolo)** opened **[MASSEMBLY-759](https://issues.apache.org/jira/browse/MASSEMBLY-759?redirect=false)** and commented > \ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" > xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.2 http://maven.apache.org/xsd/assembly-1.1.2.xsd"> > \tarball\ > \ > \tar\ > \tbz2\ > \ > \false\ > \ > \ > \./lib\...

bug

### Affected version HEAD ### Bug description a couple of classes in the project including AbstractLineAggregatingHandler swallow exceptions they should be handling by using PrintWriter instead of OutputStreamWriter

bug
priority:minor

### Affected version HEAD and many previous versions ### Bug description The current setup is creating new namespaces for each release. E.g. ``` https://maven.apache.org/xsd/assembly-2.2.0.xsd, https://maven.apache.org/xsd/assembly-component-2.2.0.xsd (for version 3.6.0 and higher)...

bug
priority:major

### Affected version 3.7.2-SNAPSHOT ### Bug description If run CI tests under Java 21/25 with maven4 enabled build fals with few integration tests: 1) projects/bugs/massembly-891/pom.xml ``` assert log4jApi.getEntry(cls).time == jarWithDeps.getEntry(cls).time...

bug

**[Jeff Care](https://issues.apache.org/jira/secure/[email protected])** opened **[MASSEMBLY-680](https://issues.apache.org/jira/browse/MASSEMBLY-680?redirect=false)** and commented I have a use case where many of my projects need to construct an "installation fragment" as a secondary artifact. I would like to...

enhancement

**[Mickael Istria](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=mickael.istria)** opened **[MASSEMBLY-942](https://issues.apache.org/jira/browse/MASSEMBLY-942?redirect=false)** and commented When using the maven-assembly-plugin "single" goal in Eclipse m2e, it shows the usual errors regarding unsupported goals. For best results in m2e (and all...

enhancement