Richard Gal <[EMAIL PROTECTED]> writes:

> Hello
>
> Could somebody help me with the following problem:
>
> I have a project that uses some native libraries (dll's). I would like
> to create 2 JAR artifacts out of this project
> - one with the Java classes of the project and
> - another with nothing else but the native libraries.
>

Hello,
The usual maven way is: 
 1 artifact = 1 project

So a simple solution for your problem is:
  1. a project with your java classes 
  2. a project with your native lib eg. in src/main/resources
  3. a toplevel project with these 2 As modules

HTH
-- 
Arnaud Bailly, PhD
OQube - Software Engineering
http://www.oqube.com


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

Reply via email to