-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi there everybody,

from the separation of concerns view of the maven plugins I can see the point in
separating "java" and "resources" in src/main and src/test.

- From the users point of view this is quite ugly:

- -If you are looking at a java file and want to look at a related resource, you
have to navigate all the way up out of "java" and back into "resources" down to
the same package. Developers are used to find them right beside their java 
files.

- -The situation gets even worse if you look at package refactoring: You have to
 perform the same refactoring twice. If you make a little spelling mistake (or
you simply forget to do it twice) you break your code.

Maybe I am using the wrong IDE (eclipse), but ...

What are the arguments for this separation? Isn't the resources plugin generic
enough to include all files except "*.java" from "java"? Could this be done by
configuration in the POM? (the super POM???)

Regards
  Jörg
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iD8DBQFFiGoBmPuec2Dcv/8RAsukAJ4k+CWrrCYzlOFR2k8mMFQIOyLUMACfRZs2
uf+RM6+QFoPUmPJtbgyYDX8=
=QFMc
-----END PGP SIGNATURE-----

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

Reply via email to