Hi!
I ask myself, if it is possible with
maven to specify a dependency (or classpath) only for the
unit tests and not for compiling the project sources.
Now, perhaps you wonder, why I need this.
Our project is splittet into serveal layers. And for each layer we have a eclipse-project and a own pom. For the unit test, we need serveral common classes (usually helpers and dummy-objects) and I won't that these classes are visible while compiling the project.
any idea?
Stefan