You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Brian Fox (JIRA)" <ji...@codehaus.org> on 2007/07/30 16:32:13 UTC

[jira] Moved: (MNG-3123) 'ejb' type dependency maps to plain jar in legacy repo

     [ http://jira.codehaus.org/browse/MNG-3123?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Brian Fox moved MDEP-102 to MNG-3123:
-------------------------------------

    Description: 
A dependency of the following form is resolved to the standard jar in a legacy repo ('jars' directory) instead of the ejb jar ('ejbs' directory):
{noformat)
			<dependency>
				<groupId>com.xxx</groupId>
				<artifactId>XxxYyy</artifactId>
				<version>1.0</version>
				<type>ejb</type>
			</dependency>
{noformat}


  was:
A dependency of the following form is resolved to the standard jar in a legacy repo ('jars' directory) instead of the ejb jar ('ejbs' directory):

			<dependency>
				<groupId>com.xxx</groupId>
				<artifactId>XxxYyy</artifactId>
				<version>1.0</version>
				<type>ejb</type>
			</dependency>



            Key: MNG-3123  (was: MDEP-102)
        Project: Maven 2  (was: Maven 2.x Dependency Plugin)

> 'ejb' type dependency maps to plain jar in legacy repo
> ------------------------------------------------------
>
>                 Key: MNG-3123
>                 URL: http://jira.codehaus.org/browse/MNG-3123
>             Project: Maven 2
>          Issue Type: Bug
>          Components: Artifacts and Repositories
>    Affects Versions: 2.0.7
>            Reporter: James Olsen
>            Assignee: Brian Fox
>
> A dependency of the following form is resolved to the standard jar in a legacy repo ('jars' directory) instead of the ejb jar ('ejbs' directory):
> {noformat)
> 			<dependency>
> 				<groupId>com.xxx</groupId>
> 				<artifactId>XxxYyy</artifactId>
> 				<version>1.0</version>
> 				<type>ejb</type>
> 			</dependency>
> {noformat}

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira