There are some .JARs in my project that are defined in profiles. For example, load the PostgreSQL JAR if the PostgreSQL profile is active, or load the MySQL JAR if the MySQL profile is active.
I have imported this project into IDEA and set up a PostgreSQL profile, which is active in the Maven panel, but the banner is not added when the artifact is created, so it does not deploy to Tomcat, and then WebApp does not start.
What am I missing?
source share