If you have a set of properties set within a profile that is active by default, programmatically, how do you access them?
If I do help:effective-pom, I can see that they are set and if I do help:active-profiles, I can see the profile is also active, just when I list the properties, the are not set. My plugin is defined as an aggregate plugin bound to process-sources (so POST initialize). mavenProject.getProperties() shows them as unset, any suggestions?
