假設在我的spring項目的pom.xml中有一個屬性customProp
。 2.4.snap如何在spring項目中更新終端中的pom.xml屬性?
當我跑我的項目,我可以像下面
mvn clean install -DcustomProp=newValue
它的工作以及更新它的值。它用newValue
更新customProp
的值。
但我想連接newValue
與以前的值customProp
。因此customProp
的值將是2.4.snapnewValue
。 我該怎麼做?
此外,是否有可能用newValue
替換snap
,以使customProp
的值爲2.4.newValue
。
'-DcustomProp1 =值-DcustomProp2 = newValue'並在pom.xml' $ {customProp1} $ {} customProp2 ' –