标签: maven
我需要一些澄清。 如果我在做什么
mvn -Dnewproperty=value
它会永久地将属性添加到我项目的pom.xml中吗? 如果是这样,有没有办法从pom.xml中删除属性?
答案 0 :(得分:1)
这是暂时的。每次运行Maven时都需要指定它。