Return-Path: Delivered-To: apmail-maven-users-archive@www.apache.org Received: (qmail 82260 invoked from network); 10 Oct 2007 15:40:57 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 10 Oct 2007 15:40:57 -0000 Received: (qmail 21929 invoked by uid 500); 10 Oct 2007 15:21:26 -0000 Delivered-To: apmail-maven-users-archive@maven.apache.org Received: (qmail 21891 invoked by uid 500); 10 Oct 2007 15:21:26 -0000 Mailing-List: contact users-help@maven.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Maven Users List" Reply-To: "Maven Users List" Delivered-To: mailing list users@maven.apache.org Received: (qmail 21879 invoked by uid 99); 10 Oct 2007 15:21:26 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 10 Oct 2007 08:21:25 -0700 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of guillaume.boucherie@gmail.com designates 66.249.82.228 as permitted sender) Received: from [66.249.82.228] (HELO wx-out-0506.google.com) (66.249.82.228) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 10 Oct 2007 15:21:27 +0000 Received: by wx-out-0506.google.com with SMTP id h28so218852wxd for ; Wed, 10 Oct 2007 08:21:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; bh=8MOH6SlztVuvTkzhp2KVMCY/GLguJ9Wqd5ugWXv5NBY=; b=LaWhMAxmRGqzA2CBXLRNwAtteOS21AHGrIjNuEOKXbO8lgdBvF4DlcD0jR762/1L/bhtwvNoidv0DM6Eb6Q4wdZa8zRtgnEGS1r5nD3eLnwm/r4rg5tNhoC2PdOd7M9EGtG8JRAs4FLk6Vpc5seTktYFYfAi0Jbl1FmLeqodj/c= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type; b=t+0JzI3e+Jea2Efd+W6pOUvQd/MXzTcT4/xygebQy+KXKHv+OllPJfC9iDp8ntVnqLNZCem3wauxN6w50RmIfgPPY0vUra/SAB95qiIZ416Sd/z3bAX3TgkZlCn9SD7cvdovQrO5ORB2wZoIfKU1gdyEtD2tz8TLCTPUL9SC65o= Received: by 10.90.75.10 with SMTP id x10mr1332369aga.1192029665684; Wed, 10 Oct 2007 08:21:05 -0700 (PDT) Received: by 10.90.74.7 with HTTP; Wed, 10 Oct 2007 08:21:05 -0700 (PDT) Message-ID: <836d1d800710100821g17322a29v4dc78f3515d3dd4e@mail.gmail.com> Date: Wed, 10 Oct 2007 17:21:05 +0200 From: "Guillaume Boucherie" To: "Maven Users List" Subject: [maven-site-plugin] skip subprojects MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_13646_32220904.1192029665675" X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_13646_32220904.1192029665675 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi, Is there a way to skip subprojects in site generation. Let see an example: project |-- subproject1 | `-- pom.xml |-- subproject2 | |-- subproject21 | | `-- pom.xml | |-- subproject22 | | `-- pom.xml | `--pom.xml `-- pom.xml How can I disable site generation for subproject2, subproject21 and subproject22 ? Thanks -- CletteBou clettebou.miniville.fr ------=_Part_13646_32220904.1192029665675--