component-installation-plugin / com.intershop.gradle.component.installation.extension / InstallConfiguration

InstallConfiguration

open class InstallConfiguration

This is the configuration container of the installation process of all configured components.

Constructors

<init>

InstallConfiguration(project: Project)

initialize the configuration container with the specified project.

Properties

installAdminDir

var installAdminDir: File

Specifies the admin installation directory. The default value is the build directory of the project.

ivyPatterns

val ivyPatterns: Set<String>

All configured IVY patterns for the download of initial component artifacts.

Functions

addIvyPattern

fun addIvyPattern(pattern: String): Unit

Adds an additional ivy pattern for the download of initial component artifacts.