When I try to do a "maven install" the following test error occurs:
Failed tests:
ValidatorTests.emptyFirstName:45 expected:<[não pode estar vazio]> but was:<[may not be empty]>
The test is giving an error because my default language is pt.br, but I think the test should be language agnostic.
When I comment line 45 from ValidatorTests class or replace the validation message, the build is successful.
So I ask you to fix the test.