I think you'll find the relevant documentation here: http://maven.apache.org/pom.html#Directories
also note the /project/build/directory in the super pom: http://maven.apache.org/pom.html#The_Super_POM However, your results may vary, I think a lot of plugins just assume that target is the directory. 2008/6/27 Todd Nguyen <[EMAIL PROTECTED]>: > Is there an easy way for me to set the target directory when running "mvn > clean package" (war) so it overrides the default /target directory? > > Thanks > Todd >
