output path.
At the moment,
source dir -> default output path (i.e. unset)
test dir -> test output path (eg. target/test-classes)
default output path -> (eg. target/classes).
There could be some argument to go to a system like
source dir -> output path (eg. target/classes).
test dir -> test output path (eg. target/test-classes)
default output path -> (eg. target/classes).
But it'd make the plugin.jelly a bit more complicated than it already is.
I'm very tempted to extract the code out into a separate jelly file and let it follow
the xdoc/navigation.jelly pattern.
This also fixes the "missing target/test-classes" errors that eclipse was giving.
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113731 13f79535-47bb-0310-9956-ffa450edef68