if I do a export spring_profiles_default=staging then run the project it will work. But if I do mvn -Dspring_profiles_default=staging -pl project/abc jetty:run-exploded, it will not work. Any ideas? Thanks.
Also I should mention that I put System.getProperty("spring_profiles_default") in my code and it does get the value passed from mvn -D so it looks like Spring can not get it for some reason.