You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by "Vincent Massol (JIRA)" <ji...@codehaus.org> on 2005/08/22 11:59:08 UTC

[jira] Created: (MAVEN-1669) "ejb-client" Dependency is not working

"ejb-client" Dependency is not working
--------------------------------------

         Key: MAVEN-1669
         URL: http://jira.codehaus.org/browse/MAVEN-1669
     Project: Maven
        Type: Bug
  Components: core  
    Versions: 1.1-beta-1    
 Reporter: Vincent Massol
     Fix For: 1.1-beta-2


The following does not work with Mavn 1.1 from trunk (as of 22 August 2005 - 11:57 GMT+1):

    <dependency>
      <groupId>...</groupId>
      <artifactId>...</artifactId>
      <version>...</version>
      <type>ejb-client</type>
    </dependency>

Maven cannot find the 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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Updated: (MAVEN-1669) "ejb-client" Dependency is not working

Posted by "Vincent Massol (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MAVEN-1669?page=all ]

Vincent Massol updated MAVEN-1669:
----------------------------------

     Priority: Critical  (was: Major)
    Assign To: Vincent Massol

> "ejb-client" Dependency is not working
> --------------------------------------
>
>          Key: MAVEN-1669
>          URL: http://jira.codehaus.org/browse/MAVEN-1669
>      Project: Maven
>         Type: Bug
>   Components: core
>     Versions: 1.1-beta-1
>     Reporter: Vincent Massol
>     Assignee: Vincent Massol
>     Priority: Critical
>      Fix For: 1.1-beta-2

>
>
> The following does not work with Mavn 1.1 from trunk (as of 22 August 2005 - 11:57 GMT+1):
>     <dependency>
>       <groupId>...</groupId>
>       <artifactId>...</artifactId>
>       <version>...</version>
>       <type>ejb-client</type>
>     </dependency>
> Maven cannot find the 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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Closed: (MAVEN-1669) "ejb-client" Dependency is not working

Posted by "Vincent Massol (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MAVEN-1669?page=all ]
     
Vincent Massol closed MAVEN-1669:
---------------------------------

    Resolution: Fixed

Fixed... The solution involved modifying maven-model's maven.mdo file to add support for the ejb-client type and to introduce a new getTypeDirectory() method that is now called in AbstractArtifact's generatePath() and getUrlPath() methods instead of calling Dependency.getType(). 


> "ejb-client" Dependency is not working
> --------------------------------------
>
>          Key: MAVEN-1669
>          URL: http://jira.codehaus.org/browse/MAVEN-1669
>      Project: Maven
>         Type: Bug
>   Components: core
>     Versions: 1.1-beta-1
>     Reporter: Vincent Massol
>     Assignee: Vincent Massol
>     Priority: Critical
>      Fix For: 1.1-beta-2

>
>
> The following does not work with Mavn 1.1 from trunk (as of 22 August 2005 - 11:57 GMT+1):
>     <dependency>
>       <groupId>...</groupId>
>       <artifactId>...</artifactId>
>       <version>...</version>
>       <type>ejb-client</type>
>     </dependency>
> Maven cannot find the 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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org