Gabriel Belingueres created MSHARED-817:
-------------------------------------------
Summary: 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
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
(v7.6.3#76005)