【发布时间】:2022-07-28 02:15:54
【问题描述】:
我有 global.properties 文件,例如:- baseUrl=${baseUrl}
发送命令 mvn test -DbaseUrls 时出现错误: 错误:-
[错误] 错误:
[ERROR] parameterValue 不能为空
[错误] 路径中索引 1 处的非法字符:${baseUrl}
[信息]
Pom.xml 是:
【问题讨论】:
-
pom.xml 是:-
UTF-8 1.7 1.7 defaultURLValue
标签: maven junit4 rest-assured