Adding native libraries to an nbm-module

View: New views
2 Messages — Rating Filter:   Alert me  

Adding native libraries to an nbm-module

by Halvor Platou-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Some parts of this message have been removed. Learn more about Nabble's security policy.

How can I get maven to include native libraries (in my case .dll’s) in the module\lib folder? In a normal Netbeans module it is automatically added if it resides in release\modules\lib, but I assume that maven can do this another way?

 

Halvor


Re: Adding native libraries to an nbm-module

by Milos Kleint-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Sorry for late reply, I haven't noticed your email until recently when I created a gmail filter for "netbeans" term within maven mailing lists.

you will have to configure it using the nbm module descriptor file. http://mojo.codehaus.org/nbm-maven-plugin/nbm.html
there should indeed be a default location by convention that would automatically get included.

regards

Milos

On Tue, Sep 15, 2009 at 3:35 PM, Halvor Platou <Halvor.Platou@...> wrote:

How can I get maven to include native libraries (in my case .dll’s) in the module\lib folder? In a normal Netbeans module it is automatically added if it resides in release\modules\lib, but I assume that maven can do this another way?

 

Halvor