Travis failure after pulling the latest changes from upstream

i have made local changes to the openmrs core and all the tests are running locally . previously travis was passing , but after i pullled the latest changes from upstream , travis fails with this error

The command "eval mvn install -DskipTests=true -Dmaven.javadoc.skip=true -B -V " failed 3 times. The command "mvn install -DskipTests=true -Dmaven.javadoc.skip=true -B -V" failed and exited with 1 during .

full error log here

c @dkayiwa @samuel34 @tendomart

here is the root cause of the error

[ERROR] Failed to execute goal com.mycila:license-maven-plugin:3.0:check (default) on project openmrs-api: Some files do not have the expected license header -> [Help 1]

ooops , it was my error ,i had forgoten to add licence text in the new file i had created

is it now solved??

yes it is . thanks @herbert24

1 Like

that sounds awesome