Class BuildSettings
java.lang.Object
org.fedoraproject.xmvn.config.BuildSettings
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionMethod getSkippedPlugins.isDebug()Get whether detailed debugging information about the build process should be logged.Get whether compilation and execution of unit and integration tests should be skipped.voidSet whether detailed debugging information about the build process should be logged.voidsetSkippedPlugins(List<Artifact> skippedPlugins) Set list of plugins which will not be executed during build.voidsetSkipTests(Boolean skipTests) Set whether compilation and execution of unit and integration tests should be skipped.
-
Constructor Details
-
BuildSettings
public BuildSettings()
-
-
Method Details
-
getSkippedPlugins
-
isDebug
Get whether detailed debugging information about the build process should be logged.- Returns:
- Boolean
-
isSkipTests
Get whether compilation and execution of unit and integration tests should be skipped.- Returns:
- Boolean
-
setDebug
Set whether detailed debugging information about the build process should be logged.- Parameters:
debug- a debug object.
-
setSkipTests
Set whether compilation and execution of unit and integration tests should be skipped.- Parameters:
skipTests- a skipTests object.
-
setSkippedPlugins
-