Package | Description |
---|---|
org.eclipse.tycho.plugins.p2 |
Modifier and Type | Field and Description |
---|---|
private BaselineMode |
P2MetadataMojo.baselineMode
What happens when build artifact does not match baseline version.
|
Modifier and Type | Method and Description |
---|---|
static BaselineMode |
BaselineMode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BaselineMode[] |
BaselineMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,IP2Artifact> |
BaselineValidator.validateAndReplace(org.apache.maven.project.MavenProject project,
org.apache.maven.plugin.MojoExecution execution,
java.util.Map<java.lang.String,IP2Artifact> reactorMetadata,
java.util.List<Repository> baselineRepositories,
BaselineMode baselineMode,
BaselineReplace baselineReplace) |