go-offline task

Description

Provide go offline feature. It retrieves all easyant modules used by the project (plugins, buildtype) and all project dependencies. You can then define target resolver name where all artifacts will get installed. You can combine
GoOffline task with ConfigureBuildScopeRepository, to have everything embedded in your project directory

Arguments

Parameter name Description Mandatory
moduleIvy module ivy file true
projectResolverName a project resolver name where project dependencies could be stored for offline use
easyantResolverName a easyant resolver name where plugin and their dependencies could be stored for offline use

Example

  <ea:go-offline moduleIvy="module.ivy" projectResolverName="myProjectResolverName" easyantResolverName="myEasyAntResolverName"/>