saker.maven.support Documentation TaskDoc JavaDoc Packages
public class ArtifactLocalizationUtils
Utility class with functions to interact with Maven artifact localization.
Methods
public static TaskFactory<extends ArtifactLocalizationTaskOutput>
Creates a new task that localizes the specified artifacts.
public static TaskIdentifier
Creates a task identifier for the artifact localization task.
Creates a new task that localizes the specified artifacts.
configThe configuration to use during the operation.
coordinatesThe artifact coordinates to localize.
The localizing task factory.
NullPointerExceptionIf any of the arguments are null.
Creates a task identifier for the artifact localization task.

The created task identifier should be used with the result of createLocalizeArtifactsTaskFactory(MavenOperationConfiguration, Set<extends ArtifactCoordinates>).

configThe configuration to use during the operation.
coordinatesThe artifact coordinates to localize.
The task identifier.
NullPointerExceptionIf any of the arguments are null.