Package org.apache.maven.profiles
Interface MavenProfilesBuilder
-
- All Known Implementing Classes:
DefaultMavenProfilesBuilder
@Deprecated public interface MavenProfilesBuilder
Deprecated.- Author:
- jdcasey
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
ROLE
Deprecated.
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description ProfilesRoot
buildProfiles(java.io.File basedir)
Deprecated.
-
-
-
Method Detail
-
buildProfiles
ProfilesRoot buildProfiles(java.io.File basedir) throws java.io.IOException, org.codehaus.plexus.util.xml.pull.XmlPullParserException
Deprecated.- Throws:
java.io.IOException
org.codehaus.plexus.util.xml.pull.XmlPullParserException
-
-