Hello, What is the recommended way to add a new source type to an existing Maven2 project? If, for example, I have a project which already has "src/main" and "src/test", I would like to create a third type of source code structure for acceptance tests (FitNesse, etc) and have it be called something like "src/acceptance". I would expect a full source structure under this folder, including config, scripts, database, etc.
What is the best way to accomplish this within the Maven2 framework? I don't want to get too far away from what is supported, since I intend to upgrade as Maven matures. Thanks, Mike
