pre-resolve |
- organisation
the organisation of the module for which the dependencies will be resolved
- module
the name of the module for which the dependencies will be resolved
- revision
the revision of the module for which the dependencies will be resolved
- conf
comma separated list of configurations which will be resolved
|
Fired before a module dependencies will be resolved |
pre-resolve-dependency |
- organisation
the organisation of the dependency resolved
- module
the name of the dependency resolved
- revision
the revision asked for the dependency
- resolver
the name of the resolver used to resolve the dependency
|
Fired before each dependency is resolved in a single resolve call |
post-resolve-dependency |
- organisation
the organisation of the dependency resolved
- module
the name of the dependency resolved
- revision
the revision of the dependency resolved, or the revision asked if the resolution was not successful
- resolved
true if the resolution was successful, false otherwise
- resolver
the name of the resolver used to resolve the dependency
|
Fired after each dependency resolved in a single resolve call |
post-resolve |
- organisation
the organisation of the module for which the dependencies have been resolved
- module
the name of the module for which the dependencies have been resolved
- revision
the revision of the module for which the dependencies have been resolved
- conf
comma separated list of configurations resolved
|
Fired after a module dependencies has been resolved |
pre-download-artifact |
- organisation
the organisation of the artifact which is about to be downloaded
- module
the name of the module of the artifact which is about to be downloaded
- revision
the revision of the the artifact which is about to be downloaded
- artifact
the name of the the artifact which is about to be downloaded
- type
the type of the the artifact which is about to be downloaded
- ext
the extension of the the artifact which is about to be downloaded
- resolver
the name of the resolver used to download the artifact
- origin
the origin location from which it will be downloaded
- local
true if it's a local artifact, false otherwise
|
Fired before an artifact is downloaded from a repository to the cache |
post-download-artifact |
- organisation
the organisation of the artifact which was just downloaded
- module
the name of the module of the artifact which was just downloaded
- revision
the revision of the the artifact which was just downloaded
- artifact
the name of the the artifact which was just downloaded
- type
the type of the the artifact which was just downloaded
- ext
the extension of the the artifact which was just downloaded
- resolver
the name of the resolver used to download the artifact
- origin
the origin location from which it was downloaded
- local
true if it's a local artifact, false otherwise
- size
the size in bytes of the downloaded artifact
- file
the file to which it has been downloaded
|
Fired after an artifact has been downloaded from a repository to the cache |