POM for geronimo-kernel contains invalid depency description for
geronimo-qname_1.1_spec
----------------------------------------------------------------------------------------
Key: GERONIMO-2554
URL: http://issues.apache.org/jira/browse/GERONIMO-2554
Project: Geronimo
Issue Type: Bug
Security Level: public (Regular issues)
Components: buildsystem
Affects Versions: 1.1.1, 1.1
Reporter: Bastiaan Bakker
The project.xml for geronimo-kernel contains a dependency on a 'test' artifact
type for geronimo-qname_1.1_spec
<groupId>org.apache.geronimo.specs</groupId>
<artifactId>geronimo-qname_1.1_spec</artifactId>
<version>${geronimo_spec_j2ee_deployment_version}</version>
<type>test</type>
</dependency>
This is incorrect: the artifact type should be 'jar' and scope should be
'test'.
This problem has been fixed in trunk, but the maven2 repo still contains broken
poms for the newest gnome-kernel releases (1.1.1 and 1.1). This breaks all
builds of projects with direct or indirect dependencies on gnome-kernel.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira