Why can't I activate a Maven2 profile from another profile?
问题 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