Uses of Class
org.eclipse.tycho.plugins.p2.BaselineReplace
-
Packages that use BaselineReplace Package Description org.eclipse.tycho.plugins.p2 -
-
Uses of BaselineReplace in org.eclipse.tycho.plugins.p2
Fields in org.eclipse.tycho.plugins.p2 declared as BaselineReplace Modifier and Type Field Description private BaselineReplace
P2MetadataMojo. baselineReplace
Whether to replace build artifacts with baseline version or use reactor version:none
: Do not replace build artifacts with baseline version.common
: Replace build artifacts with baseline version.Methods in org.eclipse.tycho.plugins.p2 that return BaselineReplace Modifier and Type Method Description static BaselineReplace
BaselineReplace. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static BaselineReplace[]
BaselineReplace. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.eclipse.tycho.plugins.p2 with parameters of type BaselineReplace Modifier and Type Method 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)
-