On Thu, Oct 15, 2009 at 10:35 AM, Sean Davis <[email protected]> wrote: > Sorry for the naive question. I'm using maven2 in eclipse and now have a > project that includes a script folder that has shell scripts for common java > -cp ..... command-line interactions. I would like to build a project that > has a lib folder, a scripts folder (with scripts that refer to the lib > folder), and potentially other top-level directories or documents in it. > One way to do this would be to use an ant build script for everything, but I > wanted to see if that was the "maven" way of doing things.
Many projects use the Assembly plugin to create a binary (and source) distributions. -- Wendy --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
