且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

如何在一个maven命令中调用两个不同的配置文件?

更新时间:2022-12-06 09:27:00

基于此处,请尝试用逗号分隔配置文件名称:

Based on the documentation and discussion here, try separating profile names with a comma:

mvn install -P Test1,Test2