Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aether-users] Resolve artifacts by groupId

Hi Antonio,

> I'd like to resolve all artifacts under a groupId. Could it be
> possible using Aether?

as far as I know, that's not possible with plain Aether.

As you are speaking about "resolving all artifacts", I assume your
artifacts sit on some remote server. If that server either runs Nexus or
otherwise published a Nexus-compatible repository index, you can make
use of the NexusIndexer [1, 2] to fetch the remote repo's index and then
search it.

Hope that helps.

Andreas

[1] <https://docs.sonatype.org/display/M2ECLIPSE/Nexus+Indexer>
[2]
<http://maven.apache.org/maven-indexer/indexer-core/apidocs/org/apache/maven/index/NexusIndexer.html>

-- 
Codetrails UG (haftungsbeschränkt)
The knowledge transfer company

Robert-Bosch-Str. 7, 64293 Darmstadt
Mobile: +49-170-811-3791
http://www.codetrails.com/

Managing Director: Dr. Marcel Bruch
Handelsregister: Darmstadt HRB 91940


Back to the top