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 <[email protected]>
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 [email protected] or file a JIRA ticket
with INFRA.
---