Hi Joe,

There is an alternative to the native-maven-plugin:

http://java.freehep.org/freehep-nar-plugin/index.html

I had a look at both a while ago, and concluded that the NAR-approach
was a better way of doing it than the native-maven-plugin approach.
Don't know if that is still valid though, but it is worth having a look.

Regards
Arne
 

> Hi
> 
> I attempting to migrate from  maven to maven2.
> 
> I have an existing project which creates a jar file and  a 
> corresponding .so file I'd like to be avoid changing the 
> existing directory structure  which looks like
> 
> project  - (pom.xml )
> project/src/java  - (*.java)
> project/src/unix   - (*.c *.h)
> 
> 
> the pom.xml is below
> if I set the <packaging>  to  jar.  it creates the jar file 
> if I set it to .so  it creates the .so file
> 
> how do i get it to do both at the same time
> 
> thanks!
> --joe
> 
> 

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

Reply via email to