Hello,

I have a project called foo with two modules, foo-core and foo- integration-tests. foo-core outputs a tar.bz2 as its primary artifact. I'd like to setup foo-integration-tests to extract this artifact and run some tests on it via junit.

Currently I'm doing this by using the maven-dependency-plugin to explicitly find the foo-core tar.bz2 snapshot artifact in the local repository and extract it. But this requires manually running 'mvn install' in the foo-core project.

I'd like to be able to do 'mvn integration-test' from the upper level 'uber-pom' directory, just called 'foo'.

Can anyone help?


--
Joshua ChaitinPollak | Software Engineer
Kiva Systems, Inc., 225 Wildwood Ave, Woburn, MA 01970






Reply via email to