2 Replies Latest reply on Aug 8, 2010 4:22 PM by michaelschuetz

    Artifactories consistency check has detected broken POMS

    michaelschuetz

      Hi to all,

       

      using JBoss maven repo plain does work fine.

       

      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

       

      Example:

       

      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>

       

       

      Dou you want me to create a JIRA issue?

       


      Regards
      Michael