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

[jira] Created: (MDEP-102) 'ejb' type dependency maps to plain jar in legacy repo

'ejb' type dependency maps to plain jar in legacy repo
------------------------------------------------------

                 Key: MDEP-102
                 URL: http://jira.codehaus.org/browse/MDEP-102
             Project: Maven 2.x Dependency Plugin
          Issue Type: Bug
            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):

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



-- 
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

        

[jira] Commented: (MDEP-102) 'ejb' type dependency maps to plain jar in legacy repo

Posted by "Brian Fox (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MDEP-102?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_103454 ] 

Brian Fox commented on MDEP-102:
--------------------------------

I don't quite understand what you're describing here. If it's a resolution issue, its coming from Maven Core, if it has something to do with the useSubdirsPerType flag, then that's in the plugin. Can you clarify and/or provide a log?

> 'ejb' type dependency maps to plain jar in legacy repo
> ------------------------------------------------------
>
>                 Key: MDEP-102
>                 URL: http://jira.codehaus.org/browse/MDEP-102
>             Project: Maven 2.x Dependency Plugin
>          Issue Type: Bug
>            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):
> 			<dependency>
> 				<groupId>com.xxx</groupId>
> 				<artifactId>XxxYyy</artifactId>
> 				<version>1.0</version>
> 				<type>ejb</type>
> 			</dependency>

-- 
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

        

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

Posted by "Brett Porter (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MNG-3123?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Brett Porter updated MNG-3123:
------------------------------

    Fix Version/s: 2.0.x

> '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
>             Fix For: 2.0.x
>
>
> 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

        

[jira] Commented: (MDEP-102) 'ejb' type dependency maps to plain jar in legacy repo

Posted by "James Olsen (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MDEP-102?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_103562 ] 

James Olsen commented on MDEP-102:
----------------------------------

In legacy repositories, ejb jar files are in an 'ejbs' directory not the 'jars' directory.  When Maven 2 searches for a dependency of <type>ejb</type> in a legacy repository it does not find the required jar in the 'ejbs' directory and uses the one from the 'jars' directory instead.

> 'ejb' type dependency maps to plain jar in legacy repo
> ------------------------------------------------------
>
>                 Key: MDEP-102
>                 URL: http://jira.codehaus.org/browse/MDEP-102
>             Project: Maven 2.x Dependency Plugin
>          Issue Type: Bug
>            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):
> 			<dependency>
> 				<groupId>com.xxx</groupId>
> 				<artifactId>XxxYyy</artifactId>
> 				<version>1.0</version>
> 				<type>ejb</type>
> 			</dependency>

-- 
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

        

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

Posted by "Brian Fox (JIRA)" <ji...@codehaus.org>.
     [ 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

        

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

Posted by "Brian Fox (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MNG-3123?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Brian Fox updated MNG-3123:
---------------------------

    Affects Version/s: 2.0.7
          Component/s: Artifacts and Repositories

> '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

        

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

Posted by "Jason van Zyl (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MNG-3123?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jason van Zyl closed MNG-3123.
------------------------------

       Resolution: Won't Fix
    Fix Version/s:     (was: 2.2.x)

> 'ejb' type dependency maps to plain jar in legacy repo
> ------------------------------------------------------
>
>                 Key: MNG-3123
>                 URL: http://jira.codehaus.org/browse/MNG-3123
>             Project: Maven 2 & 3
>          Issue Type: Bug
>          Components: Artifacts and Repositories
>    Affects Versions: 2.0.7
>            Reporter: James Olsen
>
> 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

        

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

Posted by "Brian Fox (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MNG-3123?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Brian Fox updated MNG-3123:
---------------------------

    Assignee:     (was: Brian Fox)

> '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
>
> 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