Class ArtifactDescriptorReaderDelegate

java.lang.Object
org.apache.maven.repository.internal.ArtifactDescriptorReaderDelegate

public class ArtifactDescriptorReaderDelegate extends Object
Populates Aether ArtifactDescriptorResult from Maven project Model. Note: This class is part of work in progress and can be changed or removed without notice.
Since:
3.2.4
  • Constructor Details

    • ArtifactDescriptorReaderDelegate

      public ArtifactDescriptorReaderDelegate()
  • Method Details

    • populateResult

      public void populateResult(org.eclipse.aether.RepositorySystemSession session, org.eclipse.aether.resolution.ArtifactDescriptorResult result, Model model)
    • convert

      private org.eclipse.aether.graph.Dependency convert(Dependency dependency, org.eclipse.aether.artifact.ArtifactTypeRegistry stereotypes)
    • convert

      private org.eclipse.aether.graph.Exclusion convert(Exclusion exclusion)
    • setArtifactProperties

      private void setArtifactProperties(org.eclipse.aether.resolution.ArtifactDescriptorResult result, Model model)