[
https://issues.jboss.org/browse/ISPN-2184?page=com.atlassian.jira.plugin....
]
Radim Kolář commented on ISPN-2184:
-----------------------------------
Problematic pom is g: org.infinispan a:infinispan-parent v:5.1.5.FINAL
it defines some dependencies which are inherited by infinispan-core
please fix it fast
infinispan dependencies are missing in maven central
----------------------------------------------------
Key: ISPN-2184
URL:
https://issues.jboss.org/browse/ISPN-2184
Project: Infinispan
Issue Type: Bug
Components: Build process
Affects Versions: 5.1.5.FINAL
Environment: Maven 3
Reporter: Radim Kolář
Assignee: Manik Surtani
Priority: Blocker
I am using maven 3 to resolve dependencies for my project. I have dependency only on
core.
<dependency>
<groupId>org.infinispan</groupId>
<artifactId>infinispan-core</artifactId>
</dependency>
Maven complains about
[WARNING] The POM for org.rhq.helpers:rhq-pluginAnnotations:jar:3.0.4 is missing
, no dependency information available
because in maven central repo there is no org.rhq stuff at all. Its against maven central
repo policy because all dependencies must be uploaded there as well.
Please upload missing artefact or mark them as optional in your pom.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see:
http://www.atlassian.com/software/jira