Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aether-users] Collecting list of transitive dependencies *and* necessary parent POMs

I tried with creating the list but ran into similar problems to you. In addition I have a use case where I need to be working of an existing local repo folder so I went with the approach of walking the folder structure...

 

manfred

Andreas Sewe wrote on 2015-05-08 09:11:

Hi Manfred,

> My Maven Repository Provisioner does that. Check out the code..
> 
> https://github.com/simpligility/maven-repository-tools/tree/master/maven-repository-provisioner

thanks for the pointer. That looks indeed like a useful tool.

Alas, it's not exactly what I am after. From what I can tell the
maven-repository-provisioner first resolves an artifact and its
dependencies. This implicitly downloads all the dependencies' parent
POMs into a dedicated local repository. In a second step,
maven-repository-provisioner then searches this directory for files and
deploys those.

This works great if you can use a fresh temporary directory, but that's
something I would rather avoid. Hence, I need a *list* of an artifact's
dependencies and their ancestor POMs. Using this list, I can then
download things to a non-temporary repository and deploy exactly the
artifacts in the list from there.

But thanks for the link. This tool will certainly come in handy for
other tasks.

Best wishes,

Andreas

-- 
Codetrails GmbH
The knowledge transfer company

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

Managing Director: Dr. Marcel Bruch
Handelsregister: Darmstadt HRB 91940
_______________________________________________
aether-users mailing list
aether-users@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this
list, visit
https://dev.eclipse.org/mailman/listinfo/aether-users


Back to the top