saker.maven.support Documentation TaskDoc JavaDoc Packages
Represents the output of a Maven dependency resolution. Output of the task saker.maven.resolve(). The results are recommended to be passed to other tasks that can properly convert it to the expected inputs of other tasks. (E.g. classpath, downloading, etc...)
Summary
Fields
ArtifactCoordinatesGets the artifact coordinates of the resolved artifacts.
ConfigurationThe Maven configuration that was used during the operation.
ExtensionsGets a lookup object that can be used to retrieve a view of the output that contain artifacts only with the specified extensions.
ResolvedArtifactsGets the information about each resolved artifact.
ScopesGets a lookup object that can be used to retrieve a view of the output that contain resolved dependencies only for a given scope.
Fields
Gets the artifact coordinates of the resolved artifacts.
The Maven configuration that was used during the operation. This field can be passed to other Maven related tasks for their configurations.
Gets a lookup object that can be used to retrieve a view of the output that contain artifacts only with the specified extensions. Retrieving the appropriate fields will return the task output containing only artifacts for the specified extension(s).
Gets the information about each resolved artifact. The elements contain information about the artifact coordinates and the scope of the resolved dependency.
Gets a lookup object that can be used to retrieve a view of the output that contain resolved dependencies only for a given scope. Retrieving the appropriate fields will return the task output for the given scope of dependencies.