Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[aether-users] Is there any way to resolve all sub-artifacts under an artifact.

Hi,
I want to know if I am able to resolve all the artifacts that are in a single artifact family,

I will explain.

Suppose in nexus server I have something like

com.test.mypro (groupName)
    demo (ArtifactName)
        1.2 (version)
            demo-1.2.jar (SubArtifact-1)
            demo-1.2-extras.jar (SubArtifact-2)
            demo-1.2-source.jar (SubArtifact-3)
            demo-1.2.pom

I know only the groupName, ArtifactName(demo) and the version, Now how do I resolve all the three sub-artifacts from nexus using Aether Java API,

Thanks for any helps

Back to the top