Hi Artem,

Artem Barger wrote:

> ​Hi,
> 
> On Wed, Oct 26, 2016 at 5:53 PM, Gilles <gil...@harfang.homelinux.org>
> wrote:
> 
>> What is the command to "build everything"?
>>
>>
> 
>> I tried
>>  $ mvn site
>>
> 
> ​Try "mvn install site"
> ​ instead.  For some reason dependencies between is not sorted out and
> maven
> could not find "commons-rng-build-tools" (posted a question in maven ML
> list).

The reactor of Maven does not consider plugins itself or dependencies to 
plugins for its build order (by design). To support something like this, you 
will have to produce a released artifact first.

- Jörg



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org

Reply via email to