Konrad Windszus opened MNG-8539 and commented
In Maven 3.x the file path returned for MavenProject.getArtifacts()...getFile() always considered the actually attached file names (i.e. considering the project.build.finalName, https://maven.apache.org/pom.html#The_BaseBuild_Element_Set) while with Maven4 this always returns a file path in the project local repository which does not consider the finalName.
This may lead to subtle differences where the artifacts filename is used for other purposes as well.
Affects: 4.0.0-beta-3
Issue Links: