Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aether-users] settings.xml and Aether

Max Spring wrote:

I'm trying to use my settings.xml together with Aether (within a Mojo).
I read the Wiki section on this topic [1]

The wiki page on that topic, i.e. use of Aether within Maven, is [0].

Most of the other wiki pages are targetted at users that wish to use Aether outside of Maven.

I can't find out how I
would use the maven-settings-builder for this purpose.
Is there a good example which would exhibit this?

From your brief description, it's not clear why you have the need to reach out to that component within a mojo, the current Maven settings can be accessed via usual parameter injection.

A general usage example of the settings builder is mentioned in [1]. For any further questions on that Maven component, please contact the Maven mailing list.


Benjamin


[0] http://wiki.eclipse.org/Aether/Using_Aether_in_Maven_Plugins
[1] http://wiki.eclipse.org/Aether/Creating_a_Repository_System_Session


Back to the top