[ 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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]