configure-build-scoped-repository
Description
This task is used to configure a build scoped repository This can be particularly usefull if we are working in a multi-module project with interdependencies. But it can also be used to configure dynamix filesystem resolvers.
Arguments
Parameter name | Description | Mandatory |
---|---|---|
name | resolver name | |
target | basedir of the build repository | |
dictator | specify if this repository should acts as dictator resolverDefault: false | |
generateWrapperResolver | specify if this repository should generate a wrapper resolver of existing resolvers (ignore when using dictator true) Default: true | |
ivyPattern | specify ivyPattern Default: /[organisation]/[module]/[revision]/[module].ivy | |
artifactPattern | specify artifactPattern Default: /[organisation]/[module]/[revision]/[artifact](-[classifier]).[ext] |
Example
<ea:configure-build-scoped-repository name="my-own-repo" target="/path/to/basedir"/>