was cached in the local repository, resolution will not be reattempted until the update interval of nexus has elapsed or updates are forced
Solution: 删除本地jar包,rebuild
1 | mvn -U clean install |
Error: Could not find or load main com.xxx.xxx
1 | <build> |
Solution: 删除本地jar包,rebuild
1 | mvn -U clean install |
1 | <build> |