jfrog / artifactory-maven-plugin

A Maven plugin to resolve artifacts from Artifactory, deploy artifacts to Artifactory, capture and publish build info.
https://www.jfrog.com/confluence/display/JFROG/Maven+Artifactory+Plugin
Apache License 2.0
24 stars 26 forks source link

ability for deploy if test in project was failed or have errors #30

Open long76 opened 2 years ago

long76 commented 2 years ago

Is your feature request related to a problem? Please describe. After i add tests in my project, deploy was broken if tests failed. I need deploy always even if tests failed.

Describe the solution you'd like to see Add option in configuration ignoreTests.

Describe alternatives you've considered Add option skip test module/don't collect build info for tests.