On Tue, Aug 12, 2008 at 5:07 PM, Julien Vermillard <[EMAIL PROTECTED]> wrote: > I would like to propose something different : > - a "binaries" directory for .jar binaries > - a "sources" directory for sources of all the modules and with the > pom.xml files for building with maven > - a "docs" directory for docs (javadoc and xref) > - licences & notices in root directory
How about doing separate binary and source tarballs? > We still miss : > - a "lib" directory for all the dependencies (anyone know how to do > that with automagicly with mvn ?) You can check how I did it for FtpServer, as Barend suggested below I use the maven-assembly-plugin. > - RATS report for Niklas :) Woho! Again, feel free to use what I've done in FtpServer. /niklas
