- setAlsoMake(boolean) - Method in interface org.jboss.shrinkwrap.resolver.api.maven.embedded.pom.equipped.ConfigurationStage
-
Enable the 'also make' mode.
- setAlsoMakeDependents(boolean) - Method in interface org.jboss.shrinkwrap.resolver.api.maven.embedded.pom.equipped.ConfigurationStage
-
Enable the 'also make dependents' mode.
- setDebug(boolean) - Method in interface org.jboss.shrinkwrap.resolver.api.maven.embedded.pom.equipped.ConfigurationStage
-
Sets the debug mode of the Maven invocation.
- setFailureBehavior(String) - Method in interface org.jboss.shrinkwrap.resolver.api.maven.embedded.pom.equipped.ConfigurationStage
-
Sets the failure mode of the Maven invocation.
- setGlobalChecksumPolicy(String) - Method in interface org.jboss.shrinkwrap.resolver.api.maven.embedded.pom.equipped.ConfigurationStage
-
Sets the checksum mode of the Maven invocation.
- setGlobalSettingsFile(File) - Method in interface org.jboss.shrinkwrap.resolver.api.maven.embedded.pom.equipped.ConfigurationStage
-
Sets the path to the global settings for the Maven invocation.
- setGoals(List<String>) - Method in interface org.jboss.shrinkwrap.resolver.api.maven.embedded.pom.equipped.ConfigurationStage
-
Sets the goals for the Maven invocation.
- setGoals(String...) - Method in interface org.jboss.shrinkwrap.resolver.api.maven.embedded.pom.equipped.ConfigurationStage
-
Sets the goals for the Maven invocation.
- setInputStream(InputStream) - Method in interface org.jboss.shrinkwrap.resolver.api.maven.embedded.pom.equipped.ConfigurationStage
-
Sets the input stream used to provide input for the invoked Maven build.
- setInteractive(boolean) - Method in interface org.jboss.shrinkwrap.resolver.api.maven.embedded.pom.equipped.ConfigurationStage
-
Sets the interaction mode of the Maven invocation.
- setJavaHome(File) - Method in interface org.jboss.shrinkwrap.resolver.api.maven.embedded.pom.equipped.ConfigurationStage
-
Sets the path to the base directory of the Java installation used to run Maven.
- setLocalRepositoryDirectory(File) - Method in interface org.jboss.shrinkwrap.resolver.api.maven.embedded.pom.equipped.ConfigurationStage
-
Sets the path to the base directory of the local repository to use for the Maven invocation.
- setLogger(InvokerLogger) - Method in interface org.jboss.shrinkwrap.resolver.api.maven.embedded.pom.equipped.ConfigurationStage
-
Sets the input stream used to provide input for the invoked Maven build.
- setMavenBuildExitCode(int) - Method in interface org.jboss.shrinkwrap.resolver.api.maven.embedded.BuiltProject
-
Sets the given exit code of a Maven build for this instance.
- setMavenInvoker(InvocationRequest, Invoker) - Method in interface org.jboss.shrinkwrap.resolver.api.maven.embedded.invoker.equipped.MavenInvokerUnequippedEmbeddedMaven
-
Creates an instance of EmbeddedMaven with set given instances of InvocationRequest and Invoker.
- setMavenLog(String) - Method in interface org.jboss.shrinkwrap.resolver.api.maven.embedded.BuiltProject
-
Sets the given log a Maven build for this instance
- setMavenOpts(String) - Method in interface org.jboss.shrinkwrap.resolver.api.maven.embedded.pom.equipped.ConfigurationStage
-
Sets the value of the MAVEN_OPTS environment variable.
- setNonPluginUpdates(boolean) - Method in interface org.jboss.shrinkwrap.resolver.api.maven.embedded.pom.equipped.ConfigurationStage
-
Specifies whether Maven should check for plugin updates.
- setOffline(boolean) - Method in interface org.jboss.shrinkwrap.resolver.api.maven.embedded.pom.equipped.ConfigurationStage
-
Sets the network mode of the Maven invocation.
- setPom(File) - Method in interface org.jboss.shrinkwrap.resolver.api.maven.embedded.pom.equipped.PomUnequippedEmbeddedMaven
-
Creates an instance of EmbeddedMaven with set given POM file.
- setProfiles(List<String>) - Method in interface org.jboss.shrinkwrap.resolver.api.maven.embedded.pom.equipped.ConfigurationStage
-
Sets the profiles for the Maven invocation.
- setProfiles(String...) - Method in interface org.jboss.shrinkwrap.resolver.api.maven.embedded.pom.equipped.ConfigurationStage
-
Sets the profiles for the Maven invocation.
- setProjects(List<String>) - Method in interface org.jboss.shrinkwrap.resolver.api.maven.embedded.pom.equipped.ConfigurationStage
-
Sets the reactor project list.
- setProjects(String...) - Method in interface org.jboss.shrinkwrap.resolver.api.maven.embedded.pom.equipped.ConfigurationStage
-
Sets the reactor project list.
- setProperties(Properties) - Method in interface org.jboss.shrinkwrap.resolver.api.maven.embedded.pom.equipped.ConfigurationStage
-
Sets the system properties for the Maven invocation.
- setQuiet(boolean) - Method in interface org.jboss.shrinkwrap.resolver.api.maven.embedded.pom.equipped.ConfigurationStage
-
Sets if the build output shold be in the quiet mode or not.
- setQuiet() - Method in interface org.jboss.shrinkwrap.resolver.api.maven.embedded.pom.equipped.ConfigurationStage
-
Puts the build output into the quiet mode.
- setRecursive(boolean) - Method in interface org.jboss.shrinkwrap.resolver.api.maven.embedded.pom.equipped.ConfigurationStage
-
Sets the recursion behavior of a reactor invocation.
- setResumeFrom(String) - Method in interface org.jboss.shrinkwrap.resolver.api.maven.embedded.pom.equipped.ConfigurationStage
-
Resume reactor from specified project.
- setShellEnvironmentInherited(boolean) - Method in interface org.jboss.shrinkwrap.resolver.api.maven.embedded.pom.equipped.ConfigurationStage
-
Specifies whether the environment variables of the current process should be propagated to the Maven invocation.
- setShowErrors(boolean) - Method in interface org.jboss.shrinkwrap.resolver.api.maven.embedded.pom.equipped.ConfigurationStage
-
Sets the exception output mode of the Maven invocation.
- setShowVersion(boolean) - Method in interface org.jboss.shrinkwrap.resolver.api.maven.embedded.pom.equipped.ConfigurationStage
-
enable displaying version without stopping the build Equivalent of -V or --show-version
- setThreads(String) - Method in interface org.jboss.shrinkwrap.resolver.api.maven.embedded.pom.equipped.ConfigurationStage
-
Thread count, for instance 2.0C where C is core multiplied Equivalent of -T or --threads
- setToolchainsFile(File) - Method in interface org.jboss.shrinkwrap.resolver.api.maven.embedded.pom.equipped.ConfigurationStage
-
Sets the alternate path for the user toolchains file Equivalent of -t or --toolchains
- setUpdateSnapshots(boolean) - Method in interface org.jboss.shrinkwrap.resolver.api.maven.embedded.pom.equipped.ConfigurationStage
-
Specifies whether Maven should enforce an update check for plugins and snapshots.
- setUserSettingsFile(File) - Method in interface org.jboss.shrinkwrap.resolver.api.maven.embedded.pom.equipped.ConfigurationStage
-
Sets the path to the user settings for the Maven invocation.
- setWorkingDirectory(File) - Method in interface org.jboss.shrinkwrap.resolver.api.maven.embedded.pom.equipped.ConfigurationStage
-
Sets the working directory for the Maven invocation.
- skipTests(boolean) - Method in interface org.jboss.shrinkwrap.resolver.api.maven.embedded.pom.equipped.ConfigurationStage
-
Specifies whether the test of the project should be skipped during Maven build - Equivalent of --skipTests.