Hi,
I wonder why the output folder for eclipse is set to eclipse-classes in
the parent pom file of camel. In my own projects I always leave the
setting on the standard.
So eclipse compiles normal classes to targe/classes and tests to
target/test-classes. I think the standard setting is better. This is
especially true if you combine eclipse and structure 101. With the
setting eclipse-classes I can not set structure 101 to take it´s info
form this directory as there are normal and test classes. So I always
need to run camel compile after a refactoring to see what changed in the
dependencies.
Greeetings
Chris
- Output Folder eclipse-classes.. why? Christian Schneider
-