Tim Reilly wrote:

[Amato Massimiliano wrote:]
I thought about it and I realized that the class dir in eclipse
should be different than target/classes since in this way also
test class are put in that directory that under maven should not
contain them



I normally keep the /bin or some other build directory for the eclipse built
classes.



Actually, I think the Eclipse plugin does make a separate dir for test classes... after examining my project properties I see test classes are going into "target/test-classes" which is exactly what I expected.


However the plugin needs a little work. I always want the conf dir set as a source dir, but the plugin doesn't do that at all. There is a set of properties that are supposed to allow you to add an arbitrary path to the source paths:

maven.eclipse.workspace=${user.home}/workspace
maven.eclipse.classpath.include=src/conf

.. but its doesn't seem to work in this version.

- Brill Pappin

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to