Hi everybody,

 

I have parent module(pom) and 2 children - jar + war. Is it possible to
make rule that in case of failure of war module, jar module isn't
installed to repository? Because now jar module is OK and it's installed
to rep, but then in war module there're errors in integration tests and
war isn't installed. So I have in reps just one good project -  it would
be great if I can configure maven to install to rep only in case of all
children modules pass test and integration-test

 

Reply via email to