Return-Path: X-Original-To: apmail-flex-commits-archive@www.apache.org Delivered-To: apmail-flex-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 274AA1897E for ; Thu, 30 Jul 2015 14:00:02 +0000 (UTC) Received: (qmail 12624 invoked by uid 500); 30 Jul 2015 13:59:55 -0000 Delivered-To: apmail-flex-commits-archive@flex.apache.org Received: (qmail 12593 invoked by uid 500); 30 Jul 2015 13:59:55 -0000 Mailing-List: contact commits-help@flex.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@flex.apache.org Delivered-To: mailing list commits@flex.apache.org Received: (qmail 12585 invoked by uid 99); 30 Jul 2015 13:59:55 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 30 Jul 2015 13:59:55 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id BC13AE6B7E; Thu, 30 Jul 2015 13:59:55 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: cdutz@apache.org To: commits@flex.apache.org Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: flex-blazeds git commit: Turned off the java-doc generation for now ... as there are far too many places that need fixing. Date: Thu, 30 Jul 2015 13:59:55 +0000 (UTC) Repository: flex-blazeds Updated Branches: refs/heads/develop 897a23207 -> 66709c079 Turned off the java-doc generation for now ... as there are far too many places that need fixing. Project: http://git-wip-us.apache.org/repos/asf/flex-blazeds/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-blazeds/commit/66709c07 Tree: http://git-wip-us.apache.org/repos/asf/flex-blazeds/tree/66709c07 Diff: http://git-wip-us.apache.org/repos/asf/flex-blazeds/diff/66709c07 Branch: refs/heads/develop Commit: 66709c0794ec597ba53353ece27cc46a49f18943 Parents: 897a232 Author: Christofer Dutz Authored: Thu Jul 30 15:59:48 2015 +0200 Committer: Christofer Dutz Committed: Thu Jul 30 15:59:48 2015 +0200 ---------------------------------------------------------------------- modules/pom.xml | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-blazeds/blob/66709c07/modules/pom.xml ---------------------------------------------------------------------- diff --git a/modules/pom.xml b/modules/pom.xml index 58fbe7b..7ce8433 100755 --- a/modules/pom.xml +++ b/modules/pom.xml @@ -29,7 +29,7 @@ org.apache.flex.blazeds blazeds - 4.8.0-SNAPSHOT + 4.7.1 pom Apache Flex: BlazeDS @@ -55,7 +55,7 @@ scm:git:https://git-wip-us.apache.org/repos/asf/flex-blazeds.git scm:git:https://git-wip-us.apache.org/repos/asf/flex-blazeds.git https://git-wip-us.apache.org/repos/asf/flex-blazeds.git - HEAD + blazeds-4.7.1 @@ -108,6 +108,15 @@ + + + + org.apache.maven.plugins + maven-javadoc-plugin + + true + +