当前碰到的问题

https://stackoverflow.com/questions/13170860/failed-to-execute-goal-org-apache-maven-pluginsmaven-surefire-plugin2-10test

build不下去。

mvn dependency::tree — you’re probably missing some dependencies.

Locate the dependencies you’re missing with mvn dependency::tree, then install them manually, and build your project with the -o (offline) option.

mvn clean install -U