I have a project that builds a jar that can be used in
another application which contains a couple classes
with default implementations.

Then, I have an actual web application, which is
another project altogether, that uses this library,
EXCEPT that it alters two classes from their default
implementation.

So, I'm trying to figure out a way in Maven to build
this web application without having to use another
copy of the entire codebase of the generic library
(with the two classes changed, of course).

Does anyone have a way to do this in Maven or do I
have to look into reorganizing my generic library?

Thanks,

JF


      
____________________________________________________________________________________
Be a better friend, newshound, and 
know-it-all with Yahoo! Mobile.  Try it now.  
http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ 


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

Reply via email to