Re: Plexus component question

2017-01-13 Thread Laird Nelson
Thanks; confirming that there's a page with a 5 minute tutorial and no further docs. OK, off to the source code. On Fri, Jan 13, 2017 at 11:06 AM Robert Scholte wrote: > Nowadays you need to go to https://www.eclipse.org/sisu/docs/ , that's > where the bridge/implementation of Plexus is maintai

Re: Plexus component question

2017-01-13 Thread Robert Scholte
Nowadays you need to go to https://www.eclipse.org/sisu/docs/ , that's where the bridge/implementation of Plexus is maintained. Robert On Fri, 13 Jan 2017 19:37:23 +0100, Laird Nelson wrote: On Fri, Jan 13, 2017 at 9:33 AM Robert Scholte wrote: I haven't verified this, but it could

Re: Plexus component question

2017-01-13 Thread Laird Nelson
On Fri, Jan 13, 2017 at 9:33 AM Robert Scholte wrote: > I haven't verified this, but it could be that Plexus-Components switches > to the non-default if such an implementation is available. > OK, so if I hear you right, merely putting a components.xml in META-INF/plexus in my archetype should do

Re: Plexus component question

2017-01-13 Thread Robert Scholte
Hi, I haven't verified this, but it could be that Plexus-Components switches to the non-default if such an implementation is available. Otherwise the DefaultArchetypeGenerationConfigurator should be improved: @Requirement private Map archetypeGenerationQueryers; and give the ArchetypeGenerat

Plexus component question

2017-01-12 Thread Laird Nelson
Hello from (at the moment) cold Bainbridge Island, WA ! I am writing an archetype. I'd like to use a different org