[
https://issues.apache.org/jira/browse/MNG-5901?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Robert Scholte reopened MNG-5901:
---------------------------------
Commit reverted, ITs showed
{noformat}
A required class was missing while executing
org.apache.maven.its.mng5019:maven-it-plugin:0.1:it:
org/eclipse/aether/util/filter/ExclusionsDependencyFilter
{noformat}
aether-utils has a lot of packages, so this could end up in a chain of
excludes for all these packages. Not sure if that's the preferred way.
maven-artifact-transfer already has a good workaround, though would be nice if
it was fixed in Maven core as well.
> Export org.eclipse.aether.util.artifact.SubArtifact
> ---------------------------------------------------
>
> Key: MNG-5901
> URL: https://issues.apache.org/jira/browse/MNG-5901
> Project: Maven
> Issue Type: Bug
> Components: Deployment
> Affects Versions: 3.1.1, 3.2.1, 3.2.2, 3.2.3, 3.2.5, 3.3.1, 3.3.3
> Reporter: Robert Scholte
> Assignee: Robert Scholte
> Fix For: 3.3.7
>
>
> Without exporting {{org.eclipse.aether.util.artifact.SubArtifact}} you will
> get a {{ClassNotFoundException}} when trying to deploy/upload attachments
> using the pure Aether solution by Eclipse.
> This is also the reason why maven-artifact-transfer shades this class, so
> this component will still work with all Maven versions between 3.1.1 and 3.3.3
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)