@Deprecated public class MavenUtils extends Object
Modifier and Type | Field and Description |
---|---|
static String |
POM
Deprecated.
|
static String |
PROJECT_ENCODING_KEY
Deprecated.
|
static String |
PROJECT_VERSION_KEY
Deprecated.
|
Constructor and Description |
---|
MavenUtils()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static void |
augmentProjectProperties(Properties mavenProperties)
Deprecated.
Add organization, group, and path properties and tokenize the version number adding properties for each token along with a boolean property indicating if this is a SNAPSHOT
build
|
static SpringContext |
getMavenizedSpringContext(Class<?> propertySourceConfig)
Deprecated.
|
static SpringContext |
getMavenizedSpringContext(Properties mavenProperties,
Class<?> propertySourceConfig)
Deprecated.
Return a SpringContext that resolves placeholders using the single
PropertySource registered with propertySourceConfig |
static ProjectProperties |
getMavenProjectProperties(Properties mavenProperties)
Deprecated.
|
static boolean |
skip(boolean forceMojoExecution,
boolean skip,
String packaging)
Deprecated.
Always return false if
forceMojoExecution is true, otherwise return true only if skip is true or packaging is pom. |
@Deprecated public static final String POM
@Deprecated public static final String PROJECT_VERSION_KEY
@Deprecated public static final String PROJECT_ENCODING_KEY
public MavenUtils()
public static SpringContext getMavenizedSpringContext(Class<?> propertySourceConfig)
public static SpringContext getMavenizedSpringContext(Properties mavenProperties, Class<?> propertySourceConfig)
PropertySource
registered with propertySourceConfig
public static void augmentProjectProperties(Properties mavenProperties)
public static ProjectProperties getMavenProjectProperties(Properties mavenProperties)
Copyright © 2010–2014 The Kuali Foundation. All rights reserved.