saker.maven.support Documentation TaskDoc JavaDoc Packages
public static final class MavenOperationConfiguration.Builder
A builder class for creating a MavenOperationConfiguration.
Builds the MavenOperationConfiguration.

The builder can be reused after this call.

The created Maven operation configuration.
Sets the local repository path.

Note: The interpretation of the null argument changed in saker.maven.support 0.8.7 from using the defaults to throwing NullPointerException.

localRepositoryPathThe local repository path.
this
IllegalArgumentExceptionIf the argument is not absolute.
NullPointerExceptionIf the argument is null.
public Builder setRepositories(Set<extends RepositoryConfiguration> repositories)
Sets the repositories.

Note: The interpretation of the null argument changed in saker.maven.support 0.8.7 from using the defaults to setting no repositories.

repositoriesThe repositories. null will cause the repositories to be cleared.
this