b

bnd-testing-maven-plugin

Run the tests from an OSGi bndrun file
http://bnd.bndtools.org/
Apache License, Version 2.0
Bndtools
Files download
File Operation
bnd-testing-maven-plugin-4.1.0.jar download
bnd-testing-maven-plugin-4.1.0.pom download
bnd-testing-maven-plugin-4.1.0-sources.jar download
Apache Maven
<dependency>
  <groupId>biz.aQute.bnd</groupId>
  <artifactId>bnd-testing-maven-plugin</artifactId>
  <version>4.1.0</version>
  <type>maven-plugin</type>
</dependency>
Gradle Groovy
implementation 'biz.aQute.bnd:bnd-testing-maven-plugin:4.1.0'
Gradle Kotlin
implementation("biz.aQute.bnd:bnd-testing-maven-plugin:4.1.0")
Scala SBT
libraryDependencies += "biz.aQute.bnd" % "bnd-testing-maven-plugin" % "4.1.0"
Groovy Grape
@Grapes(
  @Grab(group='biz.aQute.bnd', module='bnd-testing-maven-plugin', version='4.1.0')
)
Apache Ivy
<dependency org="biz.aQute.bnd" name="bnd-testing-maven-plugin" rev="4.1.0" />
Leiningen
[biz.aQute.bnd/bnd-testing-maven-plugin "4.1.0"]
Apache Buildr
'biz.aQute.bnd:bnd-testing-maven-plugin:jar:4.1.0'