2009/9/7 Mark Howard <m...@tildemh.com>:
> We're using maven for most of our java development projects but need to
> integrate with some native code. We have a build system that can build
> dlls and shared objects and have integrated this into a maven build so
> that it creates a jar containing the dlls or shared objects.

Is it simply a case of packaging? I mean, do you need to build every
single DLL, so, etc. and then package them together to create a
distribution for each supported platform?
If yes, it seems a job for the assembly plugin (using the "attach" goal).

Antonio

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org

Reply via email to