Ishaaq Chandy wrote:
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.
Plugins shouldn't do that, they should always use the property. If you
find a plugin that just assumes "target" as the output directory, please
file an issue about it in JIRA http://jira.codehaus.org/ for that
particular plugin.
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
--
Dennis Lundberg
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]