mirror of
https://github.com/apache/maven.git
synced 2025-02-22 01:45:37 +00:00
[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:
parent
72a871c1b2
commit
da66dd9fd4
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user