JavaMoney / javamoney-parent

JavaMoney - Parent POM
Apache License 2.0
0 stars 11 forks source link

surefire plugin: do not ignore failed tests #5

Closed stokito closed 4 years ago

stokito commented 5 years ago

While I investigated why jsr354-ri was built successfully in TravisCI even when there was test failings it turned out that jsr354-ri module inherits from from the javamoney-parent v1.0 and here the surefire plugin is configured to ignore test failings. Not sure why this was configured but we definitely should remove the option because it makes CI useless.


This change is Reviewable

keilw commented 4 years ago

There are too many merge conflicts, closing it. Especially for the TCK this was for a reason, it should not be necessary to have broken tests pass now.