Currently we do our builds with ANT, but I am attempting to move to Maven. During our deploy, depending on the ANT target you have chosen, it copies files from different directories into the target before building the WAR.
What do you recommend I do in Maven to accomplish building a WAR with different included files? I could use Ant to build the target directories, but that seems temporary. I'd prefer to be 100% Maven. Brian --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
