[
https://issues.apache.org/jira/browse/MSHARED-817?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17114328#comment-17114328
]
Hudson commented on MSHARED-817:
--------------------------------
Build succeeded in Jenkins: Maven TLP » maven-artifact-transfer » master #86
See
https://builds.apache.org/job/maven-box/job/maven-artifact-transfer/job/master/86/
> Change eclipse aether dependency scope to provided
> --------------------------------------------------
>
> Key: MSHARED-817
> URL: https://issues.apache.org/jira/browse/MSHARED-817
> Project: Maven Shared Components
> Issue Type: Improvement
> Components: maven-artifact-transfer
> Reporter: Gabriel Belingueres
> Assignee: Robert Scholte
> Priority: Major
> Fix For: maven-artifact-transfer-0.12.0
>
> Time Spent: 20m
> Remaining Estimate: 0h
>
> In order to collect dependencies (see MSHARED-801), access is needed to use
> many aether classes. The current strategy is to shade some necessary aether
> classes into the artifact-transfer jar file but this won't work for
> collecting because it will actually force to use those classes of the
> specific aether 0.9.0.M2 fixed version shaded in the jar at build time, and
> this implies there won't be using the local distribution aether version any
> longer.
> However, to use the local Maven distribution version of aether, their classes
> need to be explicitly imported to be available.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)