gpt4 book ai didi

Maven (Surefire) : copy test resources from src/test/java

转载 作者:行者123 更新时间:2023-12-03 07:57:15 25 4
gpt4 key购买 nike

Maven 的 Surefire(测试)插件 mvn test-compile复制文件 src/test/resourcestarget/test-classes .它编译 .javasrc/test/java ,并复制编译后的 .class文件到 target/test-classes .

但它不会从 src/test/java 复制资源,而且可以更方便地将测试资源放在.java所在的目录下。它们是资源的类,而不是在 src/test/resources 中的并行层次结构中.

是否可以让 Maven 从 src/test/java 复制资源?

最佳答案

资源复制全部由 maven-resource-plugin 完成,如果您阅读其文档,您将看到如何从 src/test/java 添加资源复制。

http://maven.apache.org/plugins/maven-resources-plugin/testResources-mojo.html对于 test-resources 目标,它包含在默认生命周期中。

然后看到http://maven.apache.org/pom.html ,并寻找 <testResources> .

关于Maven (Surefire) : copy test resources from src/test/java,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4221285/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com