component-build-plugin / com.intershop.gradle.component.build.extension.items / LibraryItem

LibraryItem

class LibraryItem : ADependencyItem, IItem, IDependency

This class provides a library object for the component extension of the component build plugin.

Constructors

<init>

LibraryItem(dependency: DependencyConfig)

initialize a library based on the dependency

Properties

dependency

val dependency: DependencyConfig

a dependency object of tis library

targetName

var targetName: String

This will be configured for the deployment in a component directory.

Inherited Properties

resolveTransitive

open var resolveTransitive: Boolean

This property configures the dependency resolution of the configured dependency during the creation of the descriptor. The descriptor must be complete! The default value is true.