Package org.apache.maven.model.profile.activation

Interface Summary
ProfileActivator Determines whether a profile should be activated.
 

Class Summary
FileProfileActivator Determines profile activation based on the existence/absence of some file.
JdkVersionProfileActivator Determines profile activation based on the version of the current Java runtime.
OperatingSystemProfileActivator Determines profile activation based on the operating system of the current runtime platform.
PropertyProfileActivator Determines profile activation based on the existence or value of some execution property.
 



Copyright © 2001-2013 The Apache Software Foundation. All Rights Reserved.