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.
Thanks, Sean
