When I run "maven jar" from down inside my source code directory, the
target directory (containing all the build products) winds up down inside
my source code directory, instead of up next to my src directory.
http://maven.apache.org/reference/dirlayout.html implied that target would
be at the top, next to src.
How can I set the target directory from a property to be ${basedir}/target
insead of /current dir/target?
Thanks,
Dave
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]