Return-Path: X-Original-To: apmail-pdfbox-commits-archive@www.apache.org Delivered-To: apmail-pdfbox-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 5FC6C17664 for ; Tue, 6 Oct 2015 20:24:37 +0000 (UTC) Received: (qmail 12397 invoked by uid 500); 6 Oct 2015 20:24:31 -0000 Delivered-To: apmail-pdfbox-commits-archive@pdfbox.apache.org Received: (qmail 12372 invoked by uid 500); 6 Oct 2015 20:24:31 -0000 Mailing-List: contact commits-help@pdfbox.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@pdfbox.apache.org Delivered-To: mailing list commits@pdfbox.apache.org Received: (qmail 12363 invoked by uid 99); 6 Oct 2015 20:24:31 -0000 Received: from Unknown (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 06 Oct 2015 20:24:31 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id A888A1A2161 for ; Tue, 6 Oct 2015 20:24:30 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 0.99 X-Spam-Level: X-Spam-Status: No, score=0.99 tagged_above=-999 required=6.31 tests=[KAM_LAZY_DOMAIN_SECURITY=1, T_RP_MATCHES_RCVD=-0.01] autolearn=disabled Received: from mx1-us-east.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id 6PtRx6woM5TV for ; Tue, 6 Oct 2015 20:24:30 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-us-east.apache.org (ASF Mail Server at mx1-us-east.apache.org) with ESMTP id CAFF1439D3 for ; Tue, 6 Oct 2015 20:24:29 +0000 (UTC) Received: from svn01-us-west.apache.org (svn.apache.org [10.41.0.6]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 5D2A8E045B for ; Tue, 6 Oct 2015 20:24:29 +0000 (UTC) Received: from svn01-us-west.apache.org (localhost [127.0.0.1]) by svn01-us-west.apache.org (ASF Mail Server at svn01-us-west.apache.org) with ESMTP id 594663A0141 for ; Tue, 6 Oct 2015 20:24:29 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1707134 - /pdfbox/trunk/pdfbox/pom.xml Date: Tue, 06 Oct 2015 20:24:29 -0000 To: commits@pdfbox.apache.org From: msahyoun@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20151006202429.594663A0141@svn01-us-west.apache.org> Author: msahyoun Date: Tue Oct 6 20:24:29 2015 New Revision: 1707134 URL: http://svn.apache.org/viewvc?rev=1707134&view=rev Log: PDFBOX-2340: semi automate javadoc generation Modified: pdfbox/trunk/pdfbox/pom.xml Modified: pdfbox/trunk/pdfbox/pom.xml URL: http://svn.apache.org/viewvc/pdfbox/trunk/pdfbox/pom.xml?rev=1707134&r1=1707133&r2=1707134&view=diff ============================================================================== --- pdfbox/trunk/pdfbox/pom.xml (original) +++ pdfbox/trunk/pdfbox/pom.xml Tue Oct 6 20:24:29 2015 @@ -35,7 +35,11 @@ The Apache PDFBox library is an open source Java tool for working with PDF documents. 2002 - + + + https://svn.apache.org/repos/asf/pdfbox/cmssite/trunk/content/docs/${project.version}/javadocs + + org.apache.pdfbox @@ -140,6 +144,22 @@ + + + org.apache.maven.plugins + maven-scm-publish-plugin + + ${project.reporting.outputDirectory}/apidocs + scm:svn:${svn.scmJavadocUrl} + true + ${svn.scmJavadocCheckoutDirectory} + pdfbox-site + +