Markus,

No problem.  

I think because of transitive dependencies, the only way they could make
it work would be to qualify the dependencies which would introduce
problems elsewhere.  Even if the plugin did provide this feature,
unfortunately for me, I don't think it would be able to accommodate my
team's requirement for compiling the client at a different JRE target
level, though.

-Daryl

-----Original Message-----
From: Markus KARG [mailto:[EMAIL PROTECTED] 
Sent: Thursday, September 14, 2006 11:51 AM
To: Maven Users List
Cc: [EMAIL PROTECTED]
Subject: Re: EJB Client JAR

Daryl,

thanks a lot for your answer once again. Indeed we managed to let the
ejb packager create the client jar and now understand why you have not
been using it. Actually it is scary to see all the Class-Path entries in
the client... Maybe we should file a feature request.

Thanks again
Markus

[EMAIL PROTECTED] wrote:
> Not necessarily the maven-ejb-plugin way, but you can create a 
> separate module for the EJB client and then add a compile dependency 
> on the that project in your EJB project's pom.  We did this to get 
> around the fact that using the generateClient option on the 
> maven-ejb-plugin generates a pom for the client with way too many 
> dependencies (includes all of the EJBs dependencies) and so that we 
> could compile the EJB in 1.5 but compile the client under 1.4.
>  
>
> -----Original Message-----
> From: Markus KARG [mailto:[EMAIL PROTECTED]
> Sent: Thursday, September 14, 2006 4:23 AM
> To: Maven Users List
> Subject: EJB Client JAR
>
> Using Maven2's ejb package, I was able to create an ejb-jar from my 
> sources.
> But not I want Maven to create an "EJB Client JAR", that only contains

> the interfaces, and make another JAR dependent of that "EJB Client
JAR"
> (by means of Class-Path: entry in MANIFEST.MF).
>
> How to do that?
>
> ---------------------------------------------------------------------
> 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