public class MavenModelUtils extends Object
| Constructor and Description |
|---|
MavenModelUtils() |
| Modifier and Type | Method and Description |
|---|---|
static org.eclipse.aether.repository.RemoteRepository |
convertModelRepository(org.apache.maven.model.Repository modelRepository) |
static org.apache.maven.model.building.ModelProblemCollector |
getModelProblemCollector() |
static org.apache.maven.model.profile.ProfileActivationContext |
getProfileActivationContext(org.apache.maven.settings.Settings mavenSettings,
List<String> activeProfiles,
List<String> inactiveProfiles,
Properties userProperties) |
static org.apache.maven.model.profile.ProfileSelector |
getProfileSelector() |
static org.apache.maven.model.Profile |
toModelProfile(org.apache.maven.settings.Profile profile) |
public static org.apache.maven.model.profile.ProfileSelector getProfileSelector()
public static org.eclipse.aether.repository.RemoteRepository convertModelRepository(org.apache.maven.model.Repository modelRepository)
public static org.apache.maven.model.Profile toModelProfile(org.apache.maven.settings.Profile profile)
public static org.apache.maven.model.profile.ProfileActivationContext getProfileActivationContext(org.apache.maven.settings.Settings mavenSettings,
List<String> activeProfiles,
List<String> inactiveProfiles,
Properties userProperties)
public static org.apache.maven.model.building.ModelProblemCollector getModelProblemCollector()
Copyright © 2024 MuleSoft, Inc.. All rights reserved.