If you have very simple native build ( single module), use java convention place all your source in src/main/native
if you have complex build which supports multiple platforms, it is best to place source under parent directory to provide uniform header and source access from all sub modules check out native-maven-plugin/src/int/jni If you have other sugesstion, please let me know Thanks -D On 3/7/06, Xavier Toth <[EMAIL PROTECTED]> wrote: > > I'm about to include the building of some C/C++ executables and libraries > to my existing Java centric build. I've looked at the docs for the native > plugin but it is unclear to me if it follows conventions (related to > directory structure) similar to those I follow with my Java code? The > example show the specification of the location and names of source files, is > this strictly necessary? > > > Xavier >
