Files
maven-plugins/eclipse
bwalding 3da380e2e9 Update the .classpath output such that it utilises the per source directory
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
2003-07-27 22:51:52 +00:00
..
2003-01-24 03:44:26 +00:00
2003-02-10 08:26:57 +00:00