You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Farid Zakaria <fa...@gmail.com> on 2020/08/19 23:32:55 UTC

Advice or examples on using aether

Hello!

I'm seeking to use aether (not through Maven plugin) to collect the
transitive closure given a top level `pom.xml`

(I'd like the version resolution strategy to mimic however maven does it
for transitive dependencies)

I see simple examples online that show that much however where I am stumped
are I need additional information:

- the plugins (used by the top level pom.xml)
- the .pom files for each dependency

I'm trying to collect the remote repository information necessary to
reconstruct a local repo for a separate program.

Thanks in advance for your help. 🎉

Re: Advice or examples on using aether

Posted by Manfred Moser <ma...@simpligility.com>.
- Use Maven resolver .. not aether .. aether is deprecated and replaced by resolver
- Check out my project https://github.com/simpligility/maven-repository-tools

Farid Zakaria wrote on 2020-08-19 16:32 (GMT -07:00):

> Hello!
> 
> I'm seeking to use aether (not through Maven plugin) to collect the
> transitive closure given a top level `pom.xml`
> 
> (I'd like the version resolution strategy to mimic however maven does it
> for transitive dependencies)
> 
> I see simple examples online that show that much however where I am stumped
> are I need additional information:
> 
> - the plugins (used by the top level pom.xml)
> - the .pom files for each dependency
> 
> I'm trying to collect the remote repository information necessary to
> reconstruct a local repo for a separate program.
> 
> Thanks in advance for your help. 🎉
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org