DSL extension allowing instruction on how to connect project with properties to a <feature/> entry
in a Karaf features repository file
| Type | Name and description |
|---|---|
java.lang.String |
artifactIdProperty to override project.name while feature geeration |
ProjectDependenciesDescriptor |
dependenciesDescriptordependencies descriptor object used to specify which dependencies should be included |
org.gradle.api.Project |
projectProject to be included in this feature. |
| Constructor and description |
|---|
ProjectDescriptor
(org.gradle.api.Project project) |
| Type | Name and description |
|---|---|
java.lang.Object |
dependencies(groovy.lang.Closure cl) |
ProjectDependenciesDescriptor |
getDependencies() |
| Methods inherited from class | Name |
|---|---|
class java.lang.Object |
java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
Property to override project.name while feature geeration
dependencies descriptor object used to specify which dependencies should be included
Project to be included in this feature. We will pick up
all of its configurations.runtime dependencies and
add it as bundle. This project runtime configurations are
considered additive to the bundleDependencies configurations
Groovy Documentation