Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id A34F5200BA7 for ; Tue, 13 Sep 2016 08:18:03 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id A0C79160AB8; Tue, 13 Sep 2016 06:18:03 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id BB410160AD7 for ; Tue, 13 Sep 2016 08:18:02 +0200 (CEST) Received: (qmail 47453 invoked by uid 500); 13 Sep 2016 06:18:01 -0000 Mailing-List: contact commits-help@airavata.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@airavata.apache.org Delivered-To: mailing list commits@airavata.apache.org Received: (qmail 47359 invoked by uid 99); 13 Sep 2016 06:18:01 -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; Tue, 13 Sep 2016 06:18:01 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id AD50BE009D; Tue, 13 Sep 2016 06:18:01 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: lahiru@apache.org To: commits@airavata.apache.org Date: Tue, 13 Sep 2016 06:18:06 -0000 Message-Id: <921e274e2ef443fd9c11312369a95bdd@git.apache.org> In-Reply-To: <20e9e92f65fc4f018a314c234aff6c85@git.apache.org> References: <20e9e92f65fc4f018a314c234aff6c85@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [06/15] airavata git commit: [AIRAVATA-2058] Add a separate profile for jenkins, until AIRAVATA-2057 is addressed and use that profile in jenkins archived-at: Tue, 13 Sep 2016 06:18:03 -0000 [AIRAVATA-2058] Add a separate profile for jenkins, until AIRAVATA-2057 is addressed and use that profile in jenkins Project: http://git-wip-us.apache.org/repos/asf/airavata/repo Commit: http://git-wip-us.apache.org/repos/asf/airavata/commit/63a8c8ac Tree: http://git-wip-us.apache.org/repos/asf/airavata/tree/63a8c8ac Diff: http://git-wip-us.apache.org/repos/asf/airavata/diff/63a8c8ac Branch: refs/heads/lahiru/AIRAVATA-2065 Commit: 63a8c8acdfdb1b6f4c2f1e697cd3b5825bace65e Parents: e2cc26e Author: Lahiru Ginnaliya Gamathige Authored: Tue Aug 23 10:20:07 2016 -0700 Committer: Lahiru Ginnaliya Gamathige Committed: Mon Sep 12 22:42:13 2016 -0700 ---------------------------------------------------------------------- pom.xml | 97 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 95 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/airavata/blob/63a8c8ac/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 0c12844..6594026 100644 --- a/pom.xml +++ b/pom.xml @@ -569,9 +569,102 @@ - distribution - + distribution + + + jenkins + + + + org.apache.maven.plugins + maven-remote-resources-plugin + + + + process + + + + + + maven-resources-plugin + 2.5 + + + copy-resources + + validate + + copy-resources + + + ${basedir}/target/classes/META-INF + + + ${basedir}/src/main/assembly/dist + true + + + + + + + + org.apache.maven.plugins + maven-compiler-plugin + 3.1 + + 1.8 + 1.8 + + + + org.apache.maven.plugins + maven-surefire-plugin + ${surefire.version} + + false + ${skipTests} + ${project.build.testOutputDirectory} + + + + **/IT.java + **/*TestWithMyProxyAuth.java + **/*TestWithSSHAuth.java + **/*TestWithEC2Auth.java + + + + + + + true + + + modules/configuration + airavata-api + modules/commons + modules/messaging + modules/gfac + modules/registry + modules/security + modules/credential-store + modules/orchestrator + modules/monitoring + modules/user-profile + + modules/server + modules/workflow + modules/test-suite + modules/group-manager + + + + pedantic