Skip to content

Releases: apache/maven-assembly-plugin

3.7.1

18 Mar 18:10
maven-assembly-plugin-3.7.1
0afbb3e
Compare
Choose a tag to compare

Release Notes - Maven Assembly Plugin - Version 3.7.1

Bug

  • [MASSEMBLY-1020] - Cannot invoke "java.io.File.isFile()" because "this.inputFile" is null
  • [MASSEMBLY-1021] - Nullpointer in assembly:single when upgrading to 3.7.0
  • [MASSEMBLY-1022] - Unresolved artifacts should be not processed

Dependency upgrade

  • [MASSEMBLY-1023] - Bump org.apache.maven.shared:maven-filtering from 3.3.1 to 3.3.2
  • [MASSEMBLY-1024] - Bump org.apache.commons:commons-compress from 1.25.0 to 1.26.1
  • [MASSEMBLY-1025] - Bump org.codehaus.plexus:plexus-archiver from 4.9.1 to 4.9.2

What's Changed

Full Changelog: maven-assembly-plugin-3.7.0...maven-assembly-plugin-3.7.1

3.7.0

15 Mar 07:57
maven-assembly-plugin-3.7.0
9be6e87
Compare
Choose a tag to compare

Release Notes - Maven Assembly Plugin - Version 3.7.0

Bug

  • [MASSEMBLY-967] - maven-assembly-plugin doesn't add target/class artifacts in generated jarfat but META-INF/MANIFEST.MF seems to be correct
  • [MASSEMBLY-994] - Items from unpacked dependency are not refreshed
  • [MASSEMBLY-998] - Transitive dependencies are not properly excluded as of 3.1.1
  • [MASSEMBLY-1008] - Assembly plugin handles scopes wrongly
  • [MASSEMBLY-1018] - Fix examples about useStrictFiltering

New Feature

  • [MASSEMBLY-992] - Facility to define assembly descriptor in body of POM

Improvement

Task

Dependency upgrade

What's Changed

New Contributors

Full Changelog: maven-assembly-plugin-3.6.0...maven-assembly-plugin-3.7.0