I've created a hudson job for our maven multi-project with 5 modules to deploy the SNAPSHOT
artifacts to the maven repository. That's ok, as long as it builds successfully without test failures. However, now I'd like to fulfill the following requirements:
-Dmaven.test.failure.ignore=true
accomplishes, but fails at the next requirement.mvn test -Dmaven.test.failure.ignore=true
, than mvn deploy -DskipTests
) is not a solution because it's a performance loss and it confuses the hudson report pages and it's not atomic (it updates from the repositories again in the second build).Is there any way to accomplish this?
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With