Package io.quarkus.test.utils
Class MavenUtils
- java.lang.Object
-
- io.quarkus.test.utils.MavenUtils
-
public final class MavenUtils extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringBATCH_MODEstatic StringDISPLAY_VERSIONstatic StringINSTALL_GOALstatic StringMVN_COMMANDstatic StringMVN_REPOSITORY_LOCALstatic StringPACKAGE_GOALstatic StringPOM_XMLstatic StringQUARKUS_PROFILEstatic StringQUARKUS_PROPERTY_PREFIXstatic StringSKIP_CHECKSTYLEstatic StringSKIP_ITSstatic StringSKIP_TESTS
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidinstallParentPomsIfNeeded()static voidinstallParentPomsIfNeeded(Path basePath)static List<String>mvnCommand(ServiceContext serviceContext)static StringwithProperty(String property, String value)
-
-
-
Field Detail
-
MVN_COMMAND
public static final String MVN_COMMAND
- See Also:
- Constant Field Values
-
PACKAGE_GOAL
public static final String PACKAGE_GOAL
- See Also:
- Constant Field Values
-
INSTALL_GOAL
public static final String INSTALL_GOAL
- See Also:
- Constant Field Values
-
MVN_REPOSITORY_LOCAL
public static final String MVN_REPOSITORY_LOCAL
- See Also:
- Constant Field Values
-
SKIP_TESTS
public static final String SKIP_TESTS
- See Also:
- Constant Field Values
-
SKIP_ITS
public static final String SKIP_ITS
- See Also:
- Constant Field Values
-
BATCH_MODE
public static final String BATCH_MODE
- See Also:
- Constant Field Values
-
DISPLAY_VERSION
public static final String DISPLAY_VERSION
- See Also:
- Constant Field Values
-
SKIP_CHECKSTYLE
public static final String SKIP_CHECKSTYLE
- See Also:
- Constant Field Values
-
QUARKUS_PROFILE
public static final String QUARKUS_PROFILE
- See Also:
- Constant Field Values
-
QUARKUS_PROPERTY_PREFIX
public static final String QUARKUS_PROPERTY_PREFIX
- See Also:
- Constant Field Values
-
POM_XML
public static final String POM_XML
- See Also:
- Constant Field Values
-
-
Method Detail
-
mvnCommand
public static List<String> mvnCommand(ServiceContext serviceContext)
-
installParentPomsIfNeeded
public static void installParentPomsIfNeeded()
-
installParentPomsIfNeeded
public static void installParentPomsIfNeeded(Path basePath)
-
-