> I can think of a couple ways of doing this.  One, make a jar of your dao
> tests and then depend on this with test scope in the other module.  Second,
> make a third module that has these test resources, then unpack where they
> need to go.

There's also the jar:test-jar option (which is essentially your first
point above but formalized):
http://maven.apache.org/plugins/maven-jar-plugin/test-jar-mojo.html

Wayne

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org

Reply via email to