Ok cool... pfeww... I'm lucky as I've implemented 2/ yesterday night
(now in CVS) :-)

Thanks
-Vincent

> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
> Sent: 19 June 2003 08:03
> To: Maven Developers List
> Subject: Re: Problems of EJB plugin and Dependencies download
> 
> I'm +0 on 2/ and -1 on 1/
> --
> dIon Gillard, Multitask Consulting
> Blog:      http://blogs.codehaus.org/people/dion/
> Work:      http://www.multitask.com.au
> 
> 
> "Vincent Massol" <[EMAIL PROTECTED]> wrote on 19/06/2003 02:01:04
AM:
> 
> > Hi,
> >
> > The EJB plugin ejb:install goal installs its artifacts in
> > <groupId>/ejbs/<artifactId>-<version>.jar (note the "jar"
extension").
> >
> > However, the maven dependency resolver looks for a file named:
> > <groupId>/ejbs/<artifactId>-<version>.ejb (not the "ejb" extension)
> >
> > Thus it fails to find the artifact...
> >
> > Several solutions:
> >
> > 1/ All jar files (.ear, .jar, .war are considered of the "jar" type)
> >
> > 2/ The dependency resolver supports .jar extensions when using the
"ejb"
> > type. In other words there is mapping between "artifact type" and
> > "artifact extension" instead of assuming extension = <artifact
type>.
> >
> > Currently the EJB, WAR and EAR plugins put their artifacts in
> > **/ejbs/**, **/wars/** and **/ears/**.
> >
> > What do we do?
> >
> > Thanks
> > -Vincent
> >
> >
> >
---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to