[jboss-jira] [JBoss JIRA] Created: (JBBUILD-642) Artifactories consistency check has detected broken POMS

Michael Schuetz (JIRA) jira-events at lists.jboss.org
Sun Aug 8 16:19:49 EDT 2010


Artifactories consistency check has detected broken POMS
--------------------------------------------------------

                 Key: JBBUILD-642
                 URL: https://jira.jboss.org/browse/JBBUILD-642
             Project: JBoss Build System
          Issue Type: Bug
            Reporter: Michael Schuetz
            Assignee: Paul Gier


Unfortunately, using internal artifactory with configured JBoss Maven repo does not work out of the box.

Having troubles with these artifacts:
* jboss.jbossws/jboss-jaxrpc/1.0.4.GA
* bcel/bcel/5.1

detail:
jboss-jaxrpc' POM contains "type" instead of "packaging":

<project>
  <modelVersion>4.0.0</modelVersion>
  <groupId>jboss.jbossws</groupId>
  <artifactId>jboss-jaxrpc</artifactId>
  <type>jar</type>
  <version>1.0.4.GA</version>
  <description>JBossWS an implementation of J2EE Web Services</description>
  <url>http://labs.jboss.com/portal/jbossws</url>
  <licenses>
    <license>
     <name>lgpl</name>
     <url>http://repository.jboss.com/licenses/lgpl.txt</url>
   </license>
  </licenses>
</project>


bcel' POM misses "dependency":

<project>
  <modelVersion>4.0.0</modelVersion>
  <groupId>bcel</groupId>
  <artifactId>bcel</artifactId>
  <version>5.1</version>
  <dependencies>
    <groupId>regexp</groupId>
    <artifactId>regexp</artifactId>
    <version>1.2</version>
  </dependencies>
</project>

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jboss-jira mailing list