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.
別のファイル名を使用するようにEclipseでMavenビルドを構成するには?
類似体:
mvn -f custom_pom_name.pom mvn --help ... -f,--file Force the use of an alternate POM file. ...
Run As->を選択しMaven build...ます。fダイアログで、pom-Fileを値としてパラメータとして追加します。
Run As
Maven build...
f
...または、異なるpomファイルの代わりにプロファイルを使用することを検討してください。