justinleet commented on issue #1568: METRON-2324: verify_licenses.sh and list_dependencies.sh don't properly handle maven failures URL: https://github.com/apache/metron/pull/1568#issuecomment-562633094 I believe `package` is insufficient, it needs to be `install`, because the deps are pulled from the local repo when another module is depended on for `dependency:list`. Even then the issue is still that the parent module actually runs first in our case (and this is not a directly controllable or guaranteed thing to the best of my knowledge; it's entirely reactor's call). This means that `verify` would essentially be immediately called and fail because the build hasn't been done.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
