Return-Path: Delivered-To: apmail-maven-users-archive@www.apache.org Received: (qmail 75112 invoked from network); 16 Nov 2010 16:33:54 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 16 Nov 2010 16:33:54 -0000 Received: (qmail 44675 invoked by uid 500); 16 Nov 2010 16:34:23 -0000 Delivered-To: apmail-maven-users-archive@maven.apache.org Received: (qmail 44568 invoked by uid 500); 16 Nov 2010 16:34:21 -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 44560 invoked by uid 99); 16 Nov 2010 16:34:21 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 16 Nov 2010 16:34:21 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [130.83.156.232] (HELO lnx503.hrz.tu-darmstadt.de) (130.83.156.232) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 16 Nov 2010 16:34:14 +0000 Received: from mailserver3.hrz.tu-darmstadt.de (lnx504.hrz.tu-darmstadt.de [130.83.156.233]) by lnx503.hrz.tu-darmstadt.de (8.14.4/8.14.4/HRZ/PMX) with ESMTP id oAGGXp4B021469 for ; Tue, 16 Nov 2010 17:33:51 +0100 (envelope-from sewe@st.informatik.tu-darmstadt.de) Received: from [130.83.165.17] by mailserver3.hrz.tu-darmstadt.de with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.69) (envelope-from ) id 1PIOTf-0001Md-KS for users@maven.apache.org; Tue, 16 Nov 2010 17:33:51 +0100 Message-ID: <4CE2B26E.90602@st.informatik.tu-darmstadt.de> Date: Tue, 16 Nov 2010 17:33:50 +0100 From: Andreas Sewe Organization: Software Technology Group, Technische =?UTF-8?B?VW5pdmVyc2l0?= =?UTF-8?B?w6R0IERhcm1zdGFkdA==?= User-Agent: Thunderbird 2.0.0.24 (X11/20101027) MIME-Version: 1.0 To: Maven Users List Subject: Re: maven 3 & multi-module site References: <7988B4CF3DA83E48B573D36D2704493B137874F8ED@DEWDFECCR08.wdf.sap.corp> In-Reply-To: <7988B4CF3DA83E48B573D36D2704493B137874F8ED@DEWDFECCR08.wdf.sap.corp> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-PMX-TU: seen v1.0 by 5.6.0.2009776, Antispam-Engine: 2.7.2.376379, Antispam-Data: 2010.11.16.162714 X-PMX-RELAY: mailout Hi Jan, > I have added > > > > > org.apache.maven.plugins > maven-site-plugin > 3.0-beta-3 > > > > org.apache.maven.plugins > maven-plugin-plugin > 2.5.1 > > > > > > to the root pom. > > When I do 'mvn site', mojo docs are generated fine for each maven-plugin module in target/site/plugin-info.html, but the root POM target/site/ folder is empty apart from standard css/ and images/ folders. > > Maybe there is sth fundamental I am missing here? I think you came across . Try adding the m-project-info-reports-p as a reportPlugin as well. I hope this helps. Andreas --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@maven.apache.org For additional commands, e-mail: users-help@maven.apache.org