Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id AD5EF200BAC for ; Wed, 26 Oct 2016 18:14:32 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id AA031160AEE; Wed, 26 Oct 2016 16:14:32 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id F0F67160AE1 for ; Wed, 26 Oct 2016 18:14:31 +0200 (CEST) Received: (qmail 16484 invoked by uid 500); 26 Oct 2016 16:14:31 -0000 Mailing-List: contact dev-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Commons Developers List" Delivered-To: mailing list dev@commons.apache.org Received: (qmail 16472 invoked by uid 99); 26 Oct 2016 16:14:30 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 26 Oct 2016 16:14:30 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id D9712C0DBD for ; Wed, 26 Oct 2016 16:14:29 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 0.08 X-Spam-Level: X-Spam-Status: No, score=0.08 tagged_above=-999 required=6.31 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, KAM_ASCII_DIVIDERS=0.8, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01] autolearn=disabled Authentication-Results: spamd1-us-west.apache.org (amavisd-new); dkim=pass (1024-bit key) header.d=scarlet.be Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id NktA4QXQWcMp for ; Wed, 26 Oct 2016 16:14:27 +0000 (UTC) Received: from sif.is.scarlet.be (sif.is.scarlet.be [193.74.71.28]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTPS id BA9075F56C for ; Wed, 26 Oct 2016 16:14:26 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=scarlet.be; s=scarlet; t=1477498449; bh=Wr9hDp9rRRmjPoEklrz6fPvhBzfK1y8jVhWULWOc/Hk=; h=MIME-Version:Content-Type:Content-Transfer-Encoding:Date:From:To: Subject:In-Reply-To:References:Message-ID; b=UVBYw26QyG4KIHfsrsdbc7RKWIABxhxkfES07/KWETMS1HQN8ApDR9zJYCmEBdUPA COl8+PjPlNCRJVo6Nh+h2r7uvfwyecPSmGSLilArJXF44VZ+nHbIcw+BaKx8rRP7J/ SRj13Zgy0b0OjRzma0U5tY/+yHloOPMsnZEXVyMc= Received: from webmail.scarlet.be (meigs.is.scarlet.be [193.74.71.216]) by sif.is.scarlet.be (8.14.9/8.14.9) with ESMTP id u9QGE8GT009290 for ; Wed, 26 Oct 2016 18:14:09 +0200 X-Scarlet: d=1477498449 c=193.74.71.216 Received: from pno-astro-26.ulb.ac.be ([164.15.138.26]) via pno-astro-26.ulb.ac.be ([164.15.138.26]) by webmail.scarlet.be with HTTP (HTTP/1.1 POST); Wed, 26 Oct 2016 18:14:08 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Date: Wed, 26 Oct 2016 18:14:08 +0200 From: Gilles To: Subject: Re: [ALL] Maven plugins common configuration. In-Reply-To: References: <9955eeab6f84f672195b251bf97abeed@scarlet.be> Message-ID: X-Sender: gilles@harfang.homelinux.org User-Agent: Scarlet Webmail X-DCC-scarlet.be-Metrics: sif; whitelist X-Virus-Scanned: clamav-milter 0.98.1-exp at sif X-Virus-Status: Clean archived-at: Wed, 26 Oct 2016 16:14:32 -0000 On Wed, 26 Oct 2016 17:30:45 +0200, Jörg Schaible wrote: > Hi Artem, > > Artem Barger wrote: > >> ​Hi, >> >> On Wed, Oct 26, 2016 at 5:53 PM, Gilles >> >> wrote: >> >>> What is the command to "build everything"? >>> >>> >> >>> I tried >>> $ mvn site >>> >> >> ​Try "mvn install site" That works but does not build the complete site, for which I'd invoke $ mvn site:stage But this then fail with: ... skipped ... [INFO] Build Tools ........................................ FAILURE [ 0.610 s] [INFO] Apache Commons Parent RNG .......................... SKIPPED [INFO] Apache Commons RNG Core ............................ SKIPPED [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 0.972 s [INFO] Finished at: 2016-10-26T18:09:23+02:00 [INFO] Final Memory: 14M/221M [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.apache.maven.plugins:maven-site-plugin:3.3:stage (default-cli) on project commons-rng-build-tools: Missing distribution management in project Build Tools (org.apache.commons:commons-rng-build-tools:1.0-SNAPSHOT) -> [Help 1] >> ​ 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. As maven-ignoramus, I do not follow. Does it mean that Artem's proposal is not feasible (according to Commons policy)? Gilles > > - Jörg > > --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org For additional commands, e-mail: dev-help@commons.apache.org