]
Paul Gier closed JBBUILD-642.
-----------------------------
Fix Version/s: Repository Support 2010
Resolution: Done
I fixed the jboss-jaxrpc 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
[
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: