Multiple Artifacts, Same Source

2008-01-18 Thread Adamson, Eric (DIT)
I'm relatively new to Maven 2, and am seeking advice regarding the following problem: I have written a data transfer object (MailMergeRequest) that will be passed (serialized to XML using Xstream) between web client, app server and database. The client and app server are running JDK5, the databas

RE: Multiple Artifacts, Same Source

2008-01-18 Thread Adamson, Eric (DIT)
ode.jar and yourcode-backport.jar) As your code needs to be 1.4 compliant (no java5 construct), option1 seems simpliest. Nico 2008/1/18, Adamson, Eric (DIT) <[EMAIL PROTECTED]>: > > I'm relatively new to Maven 2, and am seeking advice regarding the > following problem

Installing Native DLL's into local repository

2008-02-06 Thread Adamson, Eric (DIT)
I'm working with the JACOB (Java-COM Bridge) library, and would like to install its artifacts -- JACOB.JAR and JACOB.DLL -- into my local repository. Installing the JAR was easy, but I'm unclear on how to handle the native library. How does one manage this correctly? Also, how best to search the