|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.kuali.common.util.MavenUtils
public class MavenUtils
Field Summary | |
---|---|
static String |
POM
|
Constructor Summary | |
---|---|
MavenUtils()
|
Method Summary | |
---|---|
static boolean |
skip(boolean forceMojoExecution,
boolean skip,
String packaging)
Always return false if forceMojoExecution is false, 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 |
---|
public static final String POM
Constructor Detail |
---|
public MavenUtils()
Method Detail |
---|
public static final boolean skip(boolean forceMojoExecution, boolean skip, String packaging)
forceMojoExecution
is false, 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 |