You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Bastiaan Bakker (JIRA)" <ji...@apache.org> on 2006/11/08 11:46:50 UTC

[jira] Created: (GERONIMO-2554) POM for geronimo-kernel contains invalid depency description for geronimo-qname_1.1_spec

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

        

[jira] Closed: (GERONIMO-2554) POM for geronimo-kernel contains invalid depency description for geronimo-qname_1.1_spec

Posted by "Jason Dillon (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/GERONIMO-2554?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jason Dillon closed GERONIMO-2554.
----------------------------------

    Resolution: Won't Fix
      Assignee: Jason Dillon

Fixed in 1.2 and 2.0, 1.1.x is dormant

> POM for geronimo-kernel contains invalid depency description for geronimo-qname_1.1_spec
> ----------------------------------------------------------------------------------------
>
>                 Key: GERONIMO-2554
>                 URL: https://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
>            Assignee: Jason Dillon
>
> 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.
-
You can reply to this email to add a comment to the issue online.