Re: Is there a guide on how to use Sisu within Maven plugins?

2017-02-02 Thread Robert Scholte
So basically it is still the same issue as a week or so ago: how to select a different implementation for an interface. Doing this within your code: AFAIK that's not possible, and I wonder if even JSR330 supports it. If you don't specify a specific hint (or name), the default implementation

[ANN] Build Helper Maven Plugin Version 3.0.0 Released

2017-02-02 Thread Karl Heinz Marbaise
Hi, The Mojo team is pleased to announce the release of the Build Helper Maven Plugin version 3.0.0 This plugin contains various small independent goals to assist with the Maven build lifecycle. Web Site: http://www.mojohaus.org/build-helper-maven-plugin/ To get this update, simply

Re: Generating xdoc content to be included into site

2017-02-02 Thread Maxim Solodovnik
I have tried to to set siteDirectory to be target/generated-site But it doesn't work very well on my multi-module project On Thu, Feb 2, 2017 at 1:02 AM, Maxim Solodovnik wrote: > One additional question, > > I'm generating site.xml during pre-site phase and storing it

Re: Is there a guide on how to use Sisu within Maven plugins?

2017-02-02 Thread Laird Nelson
On Thu, Feb 2, 2017 at 1:51 AM Robert Scholte wrote: > So basically it is still the same issue as a week or so ago: how to select > a different implementation for an interface. > Doing this within your code: > AFAIK that's not possible, and I wonder if even JSR330 supports