Uses of Class
org.apache.maven.profiles.Profile
-
Packages that use Profile Package Description org.apache.maven.profiles -
-
Uses of Profile in org.apache.maven.profiles
Methods in org.apache.maven.profiles that return types with arguments of type Profile Modifier and Type Method Description List<Profile>ProfilesRoot. getProfiles()Method getProfiles.Methods in org.apache.maven.profiles with parameters of type Profile Modifier and Type Method Description voidProfilesRoot. addProfile(Profile profile)Method addProfile.static ProfileProfilesConversionUtils. convertFromProfileXmlProfile(Profile profileXmlProfile)voidProfilesRoot. removeProfile(Profile profile)Method removeProfile.Method parameters in org.apache.maven.profiles with type arguments of type Profile Modifier and Type Method Description voidProfilesRoot. setProfiles(List<Profile> profiles)Set configuration of build profiles for adjusting the build according to environmental parameters.
-