-
Gets the merge mode used to combine repositories declared in the POM with the repositories specified in this
request
Returns the enum constant of this class with the specified name.
ProjectBuildingRequest.RepositoryMerging.values()
Returns an array containing the constants of this enum class, in
the order they are declared.
Sets the merge mode used to combine repositories declared in the POM with the repositories specified in this
request.
ProjectModelResolver(org.eclipse.aether.RepositorySystemSession session,
org.eclipse.aether.RequestTrace trace,
org.eclipse.aether.RepositorySystem resolver,
org.eclipse.aether.impl.RemoteRepositoryManager remoteRepositoryManager,
List<org.eclipse.aether.repository.RemoteRepository> repositories,
ProjectBuildingRequest.RepositoryMerging repositoryMerging,
org.apache.maven.project.ReactorModelPool modelPool)