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() |
| Modifier and Type | Method and Description |
|---|---|
static void |
augmentProjectProperties(ProjectService service,
Properties mavenProperties)
Deprecated.
|
static void |
augmentProjectProperties(Properties mavenProperties)
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
|
protected static List<String> |
getList(org.springframework.core.env.Environment env,
Properties properties,
String key)
Deprecated.
|
protected static List<String> |
getList(Properties properties,
String key)
Deprecated.
|
static SpringContext |
getMavenizedSpringContext(Class<?> propertySourceConfig)
Deprecated.
|
static SpringContext |
getMavenizedSpringContext(Properties mavenProperties,
Class<?> propertySourceConfig)
Deprecated.
|
static SpringContext |
getMavenizedSpringContext(PropertySourceService service,
Properties mavenProperties,
Class<?> propertySourceConfig)
Deprecated.
|
static ProjectProperties |
getMavenProjectProperties(Properties mavenProperties)
Deprecated.
|
static boolean |
skip(boolean forceMojoExecution,
boolean skip,
String packaging)
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()
@Deprecated public static SpringContext getMavenizedSpringContext(Class<?> propertySourceConfig)
@Deprecated public static SpringContext getMavenizedSpringContext(Properties mavenProperties, Class<?> propertySourceConfig)
PropertySource registered with propertySourceConfig@Deprecated public static SpringContext getMavenizedSpringContext(PropertySourceService service, Properties mavenProperties, Class<?> propertySourceConfig)
@Deprecated public static void augmentProjectProperties(ProjectService service, Properties mavenProperties)
public static void augmentProjectProperties(Properties mavenProperties)
@Deprecated public static ProjectProperties getMavenProjectProperties(Properties mavenProperties)
@Deprecated protected static List<String> getList(Properties properties, String key)
@Deprecated protected static List<String> getList(org.springframework.core.env.Environment env, Properties properties, String key)
Copyright © 2010–2014 The Kuali Foundation. All rights reserved.