[MNG-3933] Profiles.xml does not pickup OS family

Submitted by: Pawel Paprota

o Merged from r729785

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@729787 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Benjamin Bentmann 2008-12-28 22:09:20 +00:00
parent 72a871c1b2
commit da66dd9fd4

View File

@ -78,6 +78,8 @@ public static Profile convertFromProfileXmlProfile( org.apache.maven.profiles.Pr
os.setFamily( profileOs.getFamily() );
os.setName( profileOs.getName() );
os.setVersion( profileOs.getVersion() );
activation.setOs( os );
}
org.apache.maven.profiles.ActivationFile profileFile = profileActivation.getFile();