gpt4 book ai didi

maven - 覆盖 Maven 插件参数

转载 作者:行者123 更新时间:2023-12-01 10:36:10 24 4
gpt4 key购买 nike

<分区>

我有一个 Maven 插件,它在 POM 文件中配置为

<build>
<plugins>
<plugin>
<groupId>com.example</groupId>
<artifactId>example-maven-plugin</artifactId>
<configuration>
<scriptsPath>scripts</scriptsPath>
</configuration>
</plugin>
</plugins>
</build>

现在我想从命令行覆盖 scriptsPath 所以我运行

mvn -X example-maven-plugin:goal -DscriptsPath=scripts1

我可以看到 scriptsPath 的值仍然是 scripts 而不是 scripts1。可以从命令行覆盖配置参数吗?

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com