org.kuali.common.util
Class MavenUtils

java.lang.Object
  extended by org.kuali.common.util.MavenUtils

Deprecated.

@Deprecated
public class MavenUtils
extends Object

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

POM

@Deprecated
public static final String POM
Deprecated. 
See Also:
Constant Field Values

PROJECT_VERSION_KEY

@Deprecated
public static final String PROJECT_VERSION_KEY
Deprecated. 
See Also:
Constant Field Values

PROJECT_ENCODING_KEY

@Deprecated
public static final String PROJECT_ENCODING_KEY
Deprecated. 
See Also:
Constant Field Values
Constructor Detail

MavenUtils

public MavenUtils()
Deprecated. 
Method Detail

getMavenizedSpringContext

public static SpringContext getMavenizedSpringContext(Class<?> propertySourceConfig)
Deprecated. 

getMavenizedSpringContext

public static SpringContext getMavenizedSpringContext(Properties mavenProperties,
                                                      Class<?> propertySourceConfig)
Deprecated. 
Return a SpringContext that resolves placeholders using the single PropertySource registered with propertySourceConfig


augmentProjectProperties

public 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


getMavenProjectProperties

public static ProjectProperties getMavenProjectProperties(Properties mavenProperties)
Deprecated. 

skip

public static final 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.



Copyright © 2010-2013 The Kuali Foundation. All Rights Reserved.