gpt4 book ai didi

具有默认值 artifactID 的 Maven 原型(prototype)属性

转载 作者:行者123 更新时间:2023-12-04 03:02:09 25 4
gpt4 key购买 nike

我想制作一个使用要创建的参数的原型(prototype)......坚果我不知道以这种方式制作的参数是否正确:

<requiredProperties>
<requiredProperty key="appName">
<defaultValue>${artifactId}</defaultValue>
</requiredProperty>
</requiredProperties>

它对我不起作用...我在集成测试中失败了

[信息] --- maven-archetype-plugin:2.0:integration-test (default-integration-test) @webapp-archetype ---
[错误] 原型(prototype) test.archetype:webapp-archetype:1.0-SNAPSHOT 未配置
缺少属性 appName。
org.apache.maven.archetype.exception.ArchetypeNotConfigured:未配置原型(prototype) test.archetype:webapp-archetype:1.0-SNAPSHOT
缺少属性 appName。

最佳答案

编辑 test/resources/projects/basic/archetype.properties并添加 appName=artifactID那里。

关于具有默认值 artifactID 的 Maven 原型(prototype)属性,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6583786/

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