Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有没有办法使用文件夹名称作为工件 ID?所以我们不需要在 pom.xml 中定义一个特殊的工件 id。
最好和标准的方法是在 pom.xml 中定义所有内容。我怀疑工件 id 有选项,因为它是主要和关键的构建参数。但是你可以玩 finalName
<build> <finalName>${some-project-property}</finalName>