activation

Why can't I activate a Maven2 profile from another profile?

浪尽此生 提交于 2019-11-26 09:52:24
问题 I have a multimodule Maven2 project which builds a web application. The application is connected to a backend server and a DB. There are several server instances deployed in our environment, and there are also multiple backend and DB instances for development, UAT, production, etc. So practically, each application configuration needs these 3 coordinates: front-end server back-end server DB I am working on unifying and automating the application configuration. It is easy and obvious to