I see the verify_licenses.sh is set to run "before_install" in Travis. I am wondering why the CI build did not fail if this was a problem? We should open a JIRA so we can track it down, if this wasn't the case.
Thanks for correcting. On Sat, Aug 26, 2017 at 11:24 AM Otto Fowler <[email protected]> wrote: > Let’s please remember to verify dependencies when doing commits. > Currently our dependencies csv is not correct from a previous commit where > this was not done. > I have fixed this as part of executing my commit, so this is a gentle > reminder. > > > time mvn -q -T 2C -DskipTests install && time mvn -q -T 2C > surefire:test@unit-tests && time mvn -q surefire:test@integration-tests > && > time mvn -q test --projects metron-interface/metron-config && time > build_utils/verify_licenses.sh >
