Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
currently, you have to use the os.name system property to activate a profile by operating system. This can be problematic as os.name is something like "Windows XP" and you may want to match "Windows".
I think plexus-utils has an Os class that can assist in breaking it down to known families which we can use as keywords.