Re: Advice on best setup for multiple artifacts

2006-03-23 Thread dan tran
3 projects java-project dll-project depends on java-project and use native-native-plugin to do javaH and build the dll and run junit against the dll/jni plugin-project depends on dll-project and use dependency-maven-plugin to copy java-project's jar and dll-project'd

Advice on best setup for multiple artifacts

2006-03-23 Thread Dale King
I'm a past user of Maven 1 on some simple projects and am trying to come up to speed on Maven 2 on a project that has multiple artifacts and I'm not sure how to proceed. I read somewhere that the model of Maven is one artifact per project, which indicates that I should break it up into a hierarchy