Description
When i ran ./build.sh test in the docker container I was getting an error mentioning dev-tools.jar was not present.
When I looked further into it I realized that build.sh never actually builds dev-tools.jar.
I added a line in the test option to first mvn install on the dev-tools folder.