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

Paul Gier (JIRA) jira-events at lists.jboss.org
Wed Aug 18 17:36:12 EDT 2010


     [ https://jira.jboss.org/browse/JBBUILD-642?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Paul Gier closed JBBUILD-642.
-----------------------------

    Fix Version/s: Repository Support 2010
       Resolution: Done


I fixed the jboss-jaxrpc pom.

https://repository.jboss.org/nexus/content/repositories/releases/jboss/jbossws/jboss-jaxrpc/1.0.4.GA/jboss-jaxrpc-1.0.4.GA.pom

The bcel one is actually coming from central [1], so I think you'll have to create an upload request [2] on central to get that one fixed

[1]http://repo1.maven.org/maven2/bcel/bcel/5.1/bcel-5.1.pom
[2]http://maven.apache.org/guides/mini/guide-central-repository-upload.html

> 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
>             Fix For: Repository Support 2010
>
>
> 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