我需要部署以下在maven中解释的战争:
<dependency>
<groupId>com.myproject</groupId>
<artifactId>superwar</artifactId>
<type>war</type>
</dependency>
嵌入式tomcat在集成测试之前运行它。
因此,当我执行 mvn test 时,我需要使用来自maven依赖项的预先部署的war文件运行嵌入式tomcat。
哪种maven配置最适合?