getLog().debug( "Attempting to read profiles from external profiles.xml..." );
}
try
{
DefaultMavenProfilesBuilder profilesBuilder = new DefaultMavenProfilesBuilder();
ProfilesRoot root = profilesBuilder.buildProfiles( projectDir );
if ( root != null )
{
for ( Iterator it = root.getProfiles().iterator(); it.hasNext(); )
{
org.apache.maven.profiles.Profile rawProfile = (org.apache.maven.profiles.Profile) it.next();