[infinispan-issues] [JBoss JIRA] (ISPN-2184) infinispan dependencies are missing in maven central

Radim Kolář (JIRA) jira-events at lists.jboss.org
Sat Aug 4 14:17:06 EDT 2012


Radim Kolář created ISPN-2184:
---------------------------------

             Summary: 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

       



More information about the infinispan-issues mailing list