saker.maven.support Documentation TaskDoc JavaDoc Packages
Scope lookup object of a Maven dependency resolution output. Use the fields to retrieve the dependency only for the specified scopes. Apart from the declared ones, the object provides fields for dynamic scope collections in the format of scope[|scopes]*. When multiple scopes are specified separated by | character, then the artifacts available through any of the scopes will be part of the result.
Summary
Fields
CompilationGets the resolved dependencies to be passed for compilation.
ExecutionGets the resolved dependencies to be passed for execution.
TestCompilationGets the resolved dependencies to be passed for test compilation.
TestExecutionGets the resolved dependencies to be passed for test execution.
Fields
Gets the resolved dependencies to be passed for compilation. Retrieves the resolved artifacts available through the compile and provided scopes.
Gets the resolved dependencies to be passed for execution. Retrieves the resolved artifacts available through the compile and runtime scopes.
Gets the resolved dependencies to be passed for test compilation. Retrieves the resolved artifacts available through the test, compile and provided scopes.
Gets the resolved dependencies to be passed for test execution. Retrieves the resolved artifacts available through the test, compile and runtime scopes.