Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[aether-users] Searching for all artifacts for a given group id and artifactid...

Hi all,


I am working on a project where various artifacts for a software release
are uploaded with the same groupId and artifactId, but with different type
and classifier.

Now, given the basic coordinates of groupId, artifactId, and of course the
repository URL, is it possible to find all artifacts for those coordinates
using aether?

An alternative would be to download the pom only (how to do that?) and
then parse the pom to find out all artifacts but that solution is not that
nice.

Is there such search functionality in aether?

Cheers
  Erik



Back to the top