[
https://issues.apache.org/jira/browse/MSHARED-843?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16975660#comment-16975660
]
Pim Moerenhout commented on MSHARED-843:
----------------------------------------
Implemented the visit in the collector, which can handle the Maven 3.0 and 3.1
aether implementations:
[https://github.com/pmoerenhout/maven-artifact-transfer/tree/MSHARED-843-TEST]
The dependency node in the visitor provides the artifact, children,
repositories, optional and scope. Any more needed?
To see the action, use the
[https://github.com/pmoerenhout/maven-dependency-plugin/tree/MDEP-648-TEST]
branch with the goal list-repositories-2
> Provide artifacts in CollectorResult when collectDependencies
> --------------------------------------------------------------
>
> Key: MSHARED-843
> URL: https://issues.apache.org/jira/browse/MSHARED-843
> Project: Maven Shared Components
> Issue Type: New Feature
> Components: maven-artifact-transfer
> Reporter: Pim Moerenhout
> Priority: Minor
>
> To resolve MDEP-648, to list all repositories and the POM's where these
> repositories are defined, the collectDependencies in DependencyCollector
> should also return the found artifact without resolving them.
> The CollectorResult could define the interface:
> List<Artifact> getArtifacts()
--
This message was sent by Atlassian Jira
(v8.3.4#803005)