[infinispan-issues] [JBoss JIRA] (ISPN-8678) infinispan/pom.xml dependencies for org.apache.ant:ant-nodeps and org.apache.ant:ant refers to ${ant.version}==1.10.1 but actually has different versions: 1.8.1 and 1.10.1 respectively.
Dmitrii Puzikov (JIRA)
issues at jboss.org
Thu Jan 11 08:59:01 EST 2018
Dmitrii Puzikov created ISPN-8678:
-------------------------------------
Summary: infinispan/pom.xml dependencies for org.apache.ant:ant-nodeps and org.apache.ant:ant refers to ${ant.version}==1.10.1 but actually has different versions: 1.8.1 and 1.10.1 respectively.
Key: ISPN-8678
URL: https://issues.jboss.org/browse/ISPN-8678
Project: Infinispan
Issue Type: Bug
Components: Build
Affects Versions: 9.2.0.Beta2
Reporter: Dmitrii Puzikov
Incorrect version causes build failure:
{code}
$> mvn test -Pcoverage -Dmaven.test.failure.ignore=true -s maven-settings.xml
...
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 3.083 s
[INFO] Finished at: 2018-01-11T14:56:00+01:00
[INFO] Final Memory: 107M/1483M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-antrun-plugin:1.8:run (copy-generated-classes) on project infinispan-parent: Execution copy-generated-classes of goal org.apache.maven.plugins:maven-antrun-plugin:1.8:run failed: Plugin org.apache.maven.plugins:maven-antrun-plugin:1.8 or one of its dependencies could not be resolved: Failure to find org.apache.ant:ant-nodeps:jar:1.10.1 in https://repository.jboss.org/nexus/content/groups/public-jboss was cached in the local repository, resolution will not be reattempted until the update interval of jboss-public-repository-group has elapsed or updates are forced -> [Help 1]
{code}
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
More information about the infinispan-issues
mailing list