Return-Path: X-Original-To: apmail-cloudstack-commits-archive@www.apache.org Delivered-To: apmail-cloudstack-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 958D510E1A for ; Wed, 30 Oct 2013 19:22:24 +0000 (UTC) Received: (qmail 44131 invoked by uid 500); 30 Oct 2013 19:22:24 -0000 Delivered-To: apmail-cloudstack-commits-archive@cloudstack.apache.org Received: (qmail 44034 invoked by uid 500); 30 Oct 2013 19:22:22 -0000 Mailing-List: contact commits-help@cloudstack.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cloudstack.apache.org Delivered-To: mailing list commits@cloudstack.apache.org Received: (qmail 44027 invoked by uid 99); 30 Oct 2013 19:22:21 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 30 Oct 2013 19:22:21 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 2EF698A0004; Wed, 30 Oct 2013 19:22:21 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: hugo@apache.org To: commits@cloudstack.apache.org Message-Id: <7f7d030cab234763b8d3a1a373099422@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: git commit: updated refs/heads/master to 9d2271d Date: Wed, 30 Oct 2013 19:22:21 +0000 (UTC) Updated Branches: refs/heads/master 25d4333d4 -> 9d2271d11 Revert "fixed m2eclipse error" because it breaks packaging This reverts commit 5bcd8280fdd1e9039a6bf6c4c4fd43b8b49f938e. Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/9d2271d1 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/9d2271d1 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/9d2271d1 Branch: refs/heads/master Commit: 9d2271d115f400f467017eb4af6fa2d7ebe5b77e Parents: 25d4333 Author: Hugo Trippaers Authored: Wed Oct 30 20:17:59 2013 +0100 Committer: Hugo Trippaers Committed: Wed Oct 30 20:17:59 2013 +0100 ---------------------------------------------------------------------- agent/pom.xml | 139 +++++++++++++------------- plugins/hypervisors/kvm/pom.xml | 62 ++++++------ plugins/user-authenticators/ldap/pom.xml | 128 ++++++++++++------------ usage/pom.xml | 138 +++++++++++++------------ 4 files changed, 230 insertions(+), 237 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/9d2271d1/agent/pom.xml ---------------------------------------------------------------------- diff --git a/agent/pom.xml b/agent/pom.xml index ec1ddde..1413322 100644 --- a/agent/pom.xml +++ b/agent/pom.xml @@ -46,75 +46,74 @@ - - - - maven-antrun-plugin - - - generate-resource - generate-resources - - run - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - org.apache.maven.plugins - maven-dependency-plugin - - - copy-dependencies - package - - copy-dependencies - - - ${project.build.directory}/dependencies - runtime - - - - - - + + + maven-antrun-plugin + + + generate-resource + generate-resources + + run + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + org.apache.maven.plugins + maven-dependency-plugin + + + copy-dependencies + package + + copy-dependencies + + + ${project.build.directory}/dependencies + runtime + + + + + http://git-wip-us.apache.org/repos/asf/cloudstack/blob/9d2271d1/plugins/hypervisors/kvm/pom.xml ---------------------------------------------------------------------- diff --git a/plugins/hypervisors/kvm/pom.xml b/plugins/hypervisors/kvm/pom.xml index 0c0001f..e279621 100644 --- a/plugins/hypervisors/kvm/pom.xml +++ b/plugins/hypervisors/kvm/pom.xml @@ -58,37 +58,35 @@ install src test - - - - org.apache.maven.plugins - maven-dependency-plugin - 2.5.1 - - - copy-dependencies - package - - copy-dependencies - - - ${project.build.directory}/dependencies - runtime - - - - - - org.apache.maven.plugins - maven-surefire-plugin - 2.14 - - - **/Qemu*.java - - - - - + + + org.apache.maven.plugins + maven-dependency-plugin + 2.5.1 + + + copy-dependencies + package + + copy-dependencies + + + ${project.build.directory}/dependencies + runtime + + + + + + org.apache.maven.plugins + maven-surefire-plugin + 2.14 + + + **/Qemu*.java + + + + http://git-wip-us.apache.org/repos/asf/cloudstack/blob/9d2271d1/plugins/user-authenticators/ldap/pom.xml ---------------------------------------------------------------------- diff --git a/plugins/user-authenticators/ldap/pom.xml b/plugins/user-authenticators/ldap/pom.xml index 5ecb45c..1f9dea0 100644 --- a/plugins/user-authenticators/ldap/pom.xml +++ b/plugins/user-authenticators/ldap/pom.xml @@ -20,78 +20,76 @@ - - - - org.codehaus.gmaven - gmaven-plugin - 1.3 - - 1.7 - - - - - compile - testCompile - - - - - test/groovy - - **/*.groovy - - - - - - - - - org.codehaus.gmaven.runtime - gmaven-runtime-1.7 - 1.3 - - - org.codehaus.groovy - groovy-all - - - - - org.codehaus.groovy - groovy-all - 2.0.5 - - - - - org.apache.maven.plugins - maven-surefire-plugin - - - **/*Spec* - - - + + + org.codehaus.gmaven + gmaven-plugin + 1.3 + + 1.7 + + + + + compile + testCompile + + + + + test/groovy + + **/*.groovy + + + + + + + + + org.codehaus.gmaven.runtime + gmaven-runtime-1.7 + 1.3 + + + org.codehaus.groovy + groovy-all + + + + + org.codehaus.groovy + groovy-all + 2.0.5 + + + + + org.apache.maven.plugins + maven-surefire-plugin + + + **/*Spec* + + + - - com.btmatthews.maven.plugins - ldap-maven-plugin - 1.1.0 - - 11389 + + com.btmatthews.maven.plugins + ldap-maven-plugin + 1.1.0 + + 11389 ldap false dc=cloudstack,dc=org 10389 test/resources/cloudstack.org.ldif - - + + - - + http://git-wip-us.apache.org/repos/asf/cloudstack/blob/9d2271d1/usage/pom.xml ---------------------------------------------------------------------- diff --git a/usage/pom.xml b/usage/pom.xml index 19929d6..04d1630 100644 --- a/usage/pom.xml +++ b/usage/pom.xml @@ -51,76 +51,74 @@ resources - - - - org.apache.maven.plugins - maven-surefire-plugin - - - com/cloud/usage/UsageManagerTest.java - - - - - org.apache.maven.plugins - maven-dependency-plugin - - - copy-dependencies - package - - copy-dependencies - - - ${project.build.directory}/dependencies - runtime - - - - - - maven-antrun-plugin - - - generate-resource - generate-resources - - run - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + org.apache.maven.plugins + maven-surefire-plugin + + + com/cloud/usage/UsageManagerTest.java + + + + + org.apache.maven.plugins + maven-dependency-plugin + + + copy-dependencies + package + + copy-dependencies + + + ${project.build.directory}/dependencies + runtime + + + + + + maven-antrun-plugin + + + generate-resource + generate-resources + + run + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +