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 42674200B36 for ; Wed, 6 Jul 2016 20:06:38 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 40D36160A64; Wed, 6 Jul 2016 18:06:38 +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 8934B160A55 for ; Wed, 6 Jul 2016 20:06:37 +0200 (CEST) Received: (qmail 95843 invoked by uid 500); 6 Jul 2016 18:06:36 -0000 Mailing-List: contact dev-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@activemq.apache.org Delivered-To: mailing list dev@activemq.apache.org Received: (qmail 95831 invoked by uid 99); 6 Jul 2016 18:06:36 -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; Wed, 06 Jul 2016 18:06:36 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id DEDD5E0B66; Wed, 6 Jul 2016 18:06:35 +0000 (UTC) From: jdanekrh To: dev@activemq.apache.org Reply-To: dev@activemq.apache.org Message-ID: Subject: [GitHub] activemq-artemis pull request #623: NO-JIRA Clean up pom.xml files Content-Type: text/plain Date: Wed, 6 Jul 2016 18:06:35 +0000 (UTC) archived-at: Wed, 06 Jul 2016 18:06:38 -0000 GitHub user jdanekrh opened a pull request: https://github.com/apache/activemq-artemis/pull/623 NO-JIRA Clean up pom.xml files Duplicated dependency declarations were causing the following Maven warning. These duplicated dependencies were removed. [INFO] Scanning for projects... [WARNING] [WARNING] Some problems were encountered while building the effective model for org.apache.activemq.tests:integration-tests:jar:1.4.0-SNAPSHOT [WARNING] 'dependencies.dependency.(groupId:artifactId:type:classifier)' must be unique: org.apache.activemq:artemis-proton-plug:test-jar -> duplicate declaration of version ${project.version} @ org.apache.activemq.tests:integration-tests:[unknown-version], /x1/jenkins/jenkins-slave/workspace/ActiveMQ-Artemis-Nightly-Regression-Test/tests/integration-tests/pom.xml, line 148, column 19 [WARNING] [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build. [WARNING] [WARNING] For this reason, future Maven versions might no longer support building such malformed projects. [WARNING] File `server-start-stop-backup-jms-config1.xml` was malformed. A missing quotation mark was added. You can merge this pull request into a Git repository by running: $ git pull https://github.com/jdanekrh/activemq-artemis poms Alternatively you can review and apply these changes as the patch at: https://github.com/apache/activemq-artemis/pull/623.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #623 ---- commit a06d469dcd560bcb44bda50adf1f805d497705a3 Author: Jiri Danek Date: 2016-07-06T10:34:02Z NO-JIRA Clean up pom.xml files Duplicated dependency declarations were causing the following Maven warning. These duplicated dependencies were removed. [INFO] Scanning for projects... [WARNING] [WARNING] Some problems were encountered while building the effective model for org.apache.activemq.tests:integration-tests:jar:1.4.0-SNAPSHOT [WARNING] 'dependencies.dependency.(groupId:artifactId:type:classifier)' must be unique: org.apache.activemq:artemis-proton-plug:test-jar -> duplicate declaration of version ${project.version} @ org.apache.activemq.tests:integration-tests:[unknown-version], /x1/jenkins/jenkins-slave/workspace/ActiveMQ-Artemis-Nightly-Regression-Test/tests/integration-tests/pom.xml, line 148, column 19 [WARNING] [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build. [WARNING] [WARNING] For this reason, future Maven versions might no longer support building such malformed projects. [WARNING] File `server-start-stop-backup-jms-config1.xml` was malformed. A missing quotation mark was added. ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastructure@apache.org or file a JIRA ticket with INFRA. ---