Digital Marketing

Maven Build Profiles

"mvn -P" specifies which profile Maven is to run under. 

Projects can define multiple profiles which may pull in different dependencies, so this is required if you have a project that can do that.

Comments

Popular posts from this blog

MySQL Sandbox with the Sakila sample database