Hi, I am trying to model this directory structure inside one of our modules into a runnable pom
./src ./mocks The mocks need to be compiled and added as a dependency to the src classpath. I know I could make this work by having a separate module for the mocks and add it as a "provided" dependency, but as we have 55 modules already this solution is not preferred. Is there an official m2 way of solving this ? Thanks Jorg --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
