> One of company projects have met old problem when Maven resolve test-jar > dependency (scope - test), even tests was skipped (include compilation). Do > you have any information about this issue? May be some bypass route exists?
Use a profile to add (or not) the dependency to the build. Maven tries to resolve all dependencies before doing any building. Even if you are skipping test phase, it still needs/wants to validate that dependency is available. Wayne --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
