|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.kuali.common.util.MavenUtils
@Deprecated public class MavenUtils
Maven utilities that don't depend on Maven libraries
Field Summary | |
---|---|
static String |
POM
Deprecated. |
static String |
PROJECT_ENCODING_KEY
Deprecated. |
static String |
PROJECT_VERSION_KEY
Deprecated. |
Constructor Summary | |
---|---|
MavenUtils()
Deprecated. |
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
@Deprecated public static final String POM
@Deprecated public static final String PROJECT_VERSION_KEY
@Deprecated public static final String PROJECT_ENCODING_KEY
Constructor Detail |
---|
public MavenUtils()
Method Detail |
---|
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)
public static final boolean skip(boolean forceMojoExecution, boolean skip, String packaging)
forceMojoExecution
is true, otherwise return true only if skip
is true or packaging
is pom.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |