f

features-maven-plugin

A Maven 2 plugin for working with feature descriptors
Files download
File Operation
features-maven-plugin-2.1.0.jar download
features-maven-plugin-2.1.0.pom download
features-maven-plugin-2.1.0-sources.jar download
Apache Maven
<dependency>
  <groupId>org.apache.karaf.tooling</groupId>
  <artifactId>features-maven-plugin</artifactId>
  <version>2.1.0</version>
  <type>maven-plugin</type>
</dependency>
Gradle Groovy
implementation 'org.apache.karaf.tooling:features-maven-plugin:2.1.0'
Gradle Kotlin
implementation("org.apache.karaf.tooling:features-maven-plugin:2.1.0")
Scala SBT
libraryDependencies += "org.apache.karaf.tooling" % "features-maven-plugin" % "2.1.0"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.karaf.tooling', module='features-maven-plugin', version='2.1.0')
)
Apache Ivy
<dependency org="org.apache.karaf.tooling" name="features-maven-plugin" rev="2.1.0" />
Leiningen
[org.apache.karaf.tooling/features-maven-plugin "2.1.0"]
Apache Buildr
'org.apache.karaf.tooling:features-maven-plugin:jar:2.1.0'