Return-Path: X-Original-To: apmail-flume-commits-archive@www.apache.org Delivered-To: apmail-flume-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 C5DDEFF22 for ; Tue, 16 Apr 2013 22:06:15 +0000 (UTC) Received: (qmail 36044 invoked by uid 500); 16 Apr 2013 22:06:15 -0000 Delivered-To: apmail-flume-commits-archive@flume.apache.org Received: (qmail 36019 invoked by uid 500); 16 Apr 2013 22:06:15 -0000 Mailing-List: contact commits-help@flume.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@flume.apache.org Delivered-To: mailing list commits@flume.apache.org Received: (qmail 36012 invoked by uid 99); 16 Apr 2013 22:06:15 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 16 Apr 2013 22:06:15 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 7BF191FFD0; Tue, 16 Apr 2013 22:06:15 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: hshreedharan@apache.org To: commits@flume.apache.org Message-Id: <0e1dc38267cd4d04944403b33e614efe@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: git commit: FLUME-1262. Move doc generation to a different profile Date: Tue, 16 Apr 2013 22:06:15 +0000 (UTC) Updated Branches: refs/heads/flume-1.4 fb5c5c514 -> 64b5d6432 FLUME-1262. Move doc generation to a different profile (Mike Percy via Hari Shreedharan) Project: http://git-wip-us.apache.org/repos/asf/flume/repo Commit: http://git-wip-us.apache.org/repos/asf/flume/commit/64b5d643 Tree: http://git-wip-us.apache.org/repos/asf/flume/tree/64b5d643 Diff: http://git-wip-us.apache.org/repos/asf/flume/diff/64b5d643 Branch: refs/heads/flume-1.4 Commit: 64b5d6432be3d1348303aaa2be90e477fa17dbb6 Parents: fb5c5c5 Author: Hari Shreedharan Authored: Tue Apr 16 15:04:34 2013 -0700 Committer: Hari Shreedharan Committed: Tue Apr 16 15:05:38 2013 -0700 ---------------------------------------------------------------------- flume-ng-dist/src/main/assembly/bin.xml | 10 +-- flume-ng-node/pom.xml | 1 - pom.xml | 111 ++++++++++++-------------- 3 files changed, 51 insertions(+), 71 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flume/blob/64b5d643/flume-ng-dist/src/main/assembly/bin.xml ---------------------------------------------------------------------- diff --git a/flume-ng-dist/src/main/assembly/bin.xml b/flume-ng-dist/src/main/assembly/bin.xml index ad939d5..b6a8c8a 100644 --- a/flume-ng-dist/src/main/assembly/bin.xml +++ b/flume-ng-dist/src/main/assembly/bin.xml @@ -125,21 +125,13 @@ - ../target/docs + ../target/site /** docs - - ../target/apidocs - - /** - - docs/apidocs - - http://git-wip-us.apache.org/repos/asf/flume/blob/64b5d643/flume-ng-node/pom.xml ---------------------------------------------------------------------- diff --git a/flume-ng-node/pom.xml b/flume-ng-node/pom.xml index 035ae06..1660410 100644 --- a/flume-ng-node/pom.xml +++ b/flume-ng-node/pom.xml @@ -47,7 +47,6 @@ src/test/resources/flume-conf.json - flume-docs/** http://git-wip-us.apache.org/repos/asf/flume/blob/64b5d643/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 9aff211..bc28e8d 100644 --- a/pom.xml +++ b/pom.xml @@ -62,6 +62,7 @@ limitations under the License. + hadoop-1.0 @@ -179,32 +180,53 @@ limitations under the License. - - - maven-3 - - - - ${basedir} - - + site + + + + maven-javadoc-plugin + + + javadoc-jar + package + + aggregate-jar + + + + + + org.apache.maven.plugins maven-site-plugin - attach-descriptor + flume-site + package - attach-descriptor + site + + + + 2009 @@ -449,33 +471,12 @@ limitations under the License. + org.apache.rat apache-rat-plugin - - maven-javadoc-plugin - 2.8.1 - - - javadoc-jar - package - - aggregate-jar - - - - true - - - - org.apache.flume:* - - - - - @@ -547,9 +548,19 @@ limitations under the License. - org.tomdz.maven - sphinx-maven-plugin - 1.0.2 + org.apache.maven.plugins + maven-javadoc-plugin + 2.9 + + ${project.build.directory}/site/apidocs + + true + + + + org.apache.flume:* + + @@ -561,11 +572,6 @@ limitations under the License. org.apache.avro avro-maven-plugin - ${avro.version} @@ -582,24 +588,6 @@ limitations under the License. ${project.basedir}/flume-ng-doc - - - - - flume-site - package - - site - - - - flume-site-dist - package - - stage - - - @@ -608,7 +596,7 @@ limitations under the License. - flume-docs + docs ** @@ -984,7 +972,6 @@ limitations under the License. 1.4.0-SNAPSHOT - com.sun.jersey jersey-core @@ -1030,6 +1017,7 @@ limitations under the License. + org.apache.maven.plugins maven-project-info-reports-plugin @@ -1047,6 +1035,7 @@ limitations under the License. cim scm --> +