Return-Path: X-Original-To: apmail-maven-dev-archive@www.apache.org Delivered-To: apmail-maven-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 5D43210B50 for ; Thu, 27 Nov 2014 07:36:08 +0000 (UTC) Received: (qmail 18835 invoked by uid 500); 27 Nov 2014 07:36:08 -0000 Delivered-To: apmail-maven-dev-archive@maven.apache.org Received: (qmail 18762 invoked by uid 500); 27 Nov 2014 07:36:08 -0000 Mailing-List: contact dev-help@maven.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Maven Developers List" Reply-To: "Maven Developers List" Delivered-To: mailing list dev@maven.apache.org Received: (qmail 18750 invoked by uid 99); 27 Nov 2014 07:36:07 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 27 Nov 2014 07:36:07 +0000 X-ASF-Spam-Status: No, hits=0.7 required=5.0 tests=RCVD_IN_DNSWL_NONE,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [194.158.98.45] (HELO mail-3y.bbox.fr) (194.158.98.45) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 27 Nov 2014 07:35:42 +0000 Received: from herve-desktop.localnet (static-176-183-252-218.ncc.abo.bbox.fr [176.183.252.218]) by mail-3y.bbox.fr (Postfix) with ESMTP id 4335CA5 for ; Thu, 27 Nov 2014 08:33:41 +0100 (CET) From: =?ISO-8859-1?Q?Herv=E9?= BOUTEMY To: Maven Developers List Subject: Re: Integrate Maven Site reporting with maven plugin that externally create report html page. Date: Thu, 27 Nov 2014 08:33:40 +0100 Message-ID: <1887419.MSxLzILVff@herve-desktop> User-Agent: KMail/4.13.3 (Linux/3.13.0-40-generic; KDE/4.13.3; x86_64; ; ) In-Reply-To: <1417038123601-5817068.post@n5.nabble.com> References: <1417038123601-5817068.post@n5.nabble.com> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="iso-8859-1" X-Virus-Checked: Checked by ClamAV on apache.org that's the purpose of isExternalReport() method of reporting-api: [1] Just implement it as "return true;" and no content will be generated by= m- site-p/Doxia: it is expected that the tool will generated the page you can have a look at m-javadoc-p, that's exactly what is done here Regards, Herv=E9 [1] http://maven.apache.org/shared/maven-reporting-api/apidocs/org/apac= he/maven/reporting/MavenReport.html Le mercredi 26 novembre 2014 14:42:03 animator a =E9crit : > I'm developing maven plugin > (https://github.com/lgadawski/cloverage-maven-plugin). This plugin pr= oduces > code coverage report for clojure sources from project. This report (h= tml > page) is generated by cloverage (clojure library as dependency in my = maven > plugin). The problem is that I would like to link this generated html= file > to maven site reporting section. Is that possible to achieve this > automagically? Any suggestions? > My Mojo extends AbstractMavenReport and after calling 'mvn site' I ge= t link > in "Project Reports" section. How to link there generated earlier htm= l page? >=20 > Thanks for any ansewrs! >=20 >=20 >=20 > -- > View this message in context: > http://maven.40175.n5.nabble.com/Integrate-Maven-Site-reporting-with-= maven-> plugin-that-externally-create-report-html-page-tp5817068.html S= ent from the > Maven Developers mailing list archive at Nabble.com. >=20 > ---------------------------------------------------------------------= > To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org > For additional commands, e-mail: dev-help@maven.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org For additional commands, e-mail: dev-help@maven.apache.org