maven笔记 显示pom.xml 中所有依赖的jar包。 mvn dependency:tree 在test/resources路径下,build编译之后会将相应资源文件拷贝到target/test-classes下 供UT使用。