Hi,
One of my projects depends on a second project. As a result, I've defined the first project as being packaged as a pom, with an associated dependency in the second package. However, when I run 'mvn test' on the pom packaged project no tests are run (which I think is normal for pom-packaged projects with no modules). What should I do to run tests for a pom packaged project - do I really require a module? Indeed, am I approaching maven intra-project dependency management skew-ways?
TIA
Denis

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

Reply via email to