Multi-module project with Aggregation and SCM

2007-05-07 Thread Luís Soares
moduleModule2/module moduleModule3/module /modules Now, I was wondering if is there a way that I can get maven to, and given only the root pom, fetch the submodules from a SCM URL (different for each module). $ ls -la pom.xml $ mvn ... ... $ ls Module1 Module2 Module3 pom.xml -- Luís Soares * [EMAIL

Multi-module project with Aggregation and SCM

2007-05-07 Thread Luís Soares
moduleModule2/module moduleModule3/module /modules Now, I was wondering if is there a way that I can get maven to, and given only the root pom, fetch the submodules from a SCM URL (different for each module). $ ls -la pom.xml $ mvn ... ... $ ls Module1 Module2 Module3 pom.xml -- Luís Soares

Building Native Classes and library.

2006-09-11 Thread Luís Soares
this without making use of an ant task? How can I change the classpath when runnig the native-maven-plugin in order for the javah be called with -classpath $CLASSPATH: ${project.build.directory}/classes ? If this is trivial, my apologies, but I have just started using maven. Thanks. -- Luís