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 は主要かつ重要なビルド パラメータであるため、アーティファクト ID のオプションがあるとは思いません。しかし、あなたは finalName で遊ぶことができます
<build> <finalName>${some-project-property}</finalName>