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.
次のような WAR アプリケーション用の 2 つの Maven プロファイルがあるとします。
mvn clean install -Pdevelopment mvn clean install -Pproduction
それをEclipseにインポートしてTomcatで実行しますが、Tomcatにどちらかのプロファイルを使用するように指示するにはどうすればよいですか?
次の手順を使用して、maven profileをアクティブ化できます。 -Eclipse
maven profile
Eclipse
Right click
properties
Properties windows
Maven
right hand panel
Active Maven Profiles
profile name
development
production
これが役立つことを願っています。