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 E30FF19459 for ; Sat, 19 Mar 2016 13:00:17 +0000 (UTC) Received: (qmail 43077 invoked by uid 500); 19 Mar 2016 13:00:17 -0000 Delivered-To: apmail-flex-commits-archive@flex.apache.org Received: (qmail 43022 invoked by uid 500); 19 Mar 2016 13:00:17 -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 42934 invoked by uid 99); 19 Mar 2016 13:00:17 -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; Sat, 19 Mar 2016 13:00:17 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 1D01EDFDE2; Sat, 19 Mar 2016 13:00:17 +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 Date: Sat, 19 Mar 2016 13:00:18 -0000 Message-Id: In-Reply-To: <2855525524de43d38565caa8d960d854@git.apache.org> References: <2855525524de43d38565caa8d960d854@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [2/9] git commit: [flex-falcon] [refs/heads/feature/maven-migration] - Fine tuned the maven phases in which goals are executed Fine tuned the maven phases in which goals are executed Project: http://git-wip-us.apache.org/repos/asf/flex-falcon/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-falcon/commit/145f0a65 Tree: http://git-wip-us.apache.org/repos/asf/flex-falcon/tree/145f0a65 Diff: http://git-wip-us.apache.org/repos/asf/flex-falcon/diff/145f0a65 Branch: refs/heads/feature/maven-migration Commit: 145f0a65605d290353be4940ef224e3a968403dd Parents: 933d024 Author: Christofer Dutz Authored: Sat Mar 19 13:35:25 2016 +0100 Committer: Christofer Dutz Committed: Sat Mar 19 13:35:25 2016 +0100 ---------------------------------------------------------------------- externs/js/pom.xml | 59 +++++++++++++++++++++++++++++++++++++++++-------- 1 file changed, 50 insertions(+), 9 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/145f0a65/externs/js/pom.xml ---------------------------------------------------------------------- diff --git a/externs/js/pom.xml b/externs/js/pom.xml index 96f95b8..d8e914a 100644 --- a/externs/js/pom.xml +++ b/externs/js/pom.xml @@ -25,7 +25,7 @@ get-createjs - generate-sources + validate wget @@ -44,6 +44,7 @@ unpack-closure-externs + validate unpack-resources @@ -53,6 +54,7 @@ pre-process-javascript-sources-svg + validate pre-process-sources @@ -69,6 +71,7 @@ pre-process-javascript-sources-es3 + validate pre-process-sources @@ -83,13 +86,46 @@ - + + + + + com.google.javascript + closure-compiler-externs + v20151015 + + + + + org.apache.flex.flexjs.compiler + flexjs-maven-plugin + 0.6.0-SNAPSHOT + + generate + generate-sources generate + + + + org.apache.flex.flexjs.compiler + compiler-jx + 0.6.0-SNAPSHOT + + + + + org.apache.flex.flexjs.compiler + compiler-build-tools + 0.6.0-SNAPSHOT + pre-process-actionscript-sources process-sources @@ -106,22 +142,27 @@ + + + + org.apache.flex.flexjs.compiler + flexjs-maven-plugin + 0.6.0-SNAPSHOT + + compile + compile compile - - com.google.javascript - closure-compiler-externs - v20151015 + org.apache.flex.flexjs.compiler + compiler-jx + 0.6.0-SNAPSHOT