b

bnd-testing-maven-plugin

The bnd testing maven plugin is used to run the tests from a bndrun file.
https://bnd.bndtools.org/
(Apache-2.0 OR EPL-2.0)
Bndtools
Ray Augé BJ Hargrave
Files download
File Operation
bnd-testing-maven-plugin-7.0.0.jar download
bnd-testing-maven-plugin-7.0.0.pom download
bnd-testing-maven-plugin-7.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>biz.aQute.bnd</groupId>
  <artifactId>bnd-testing-maven-plugin</artifactId>
  <version>7.0.0</version>
  <type>maven-plugin</type>
</dependency>
Gradle Groovy
implementation 'biz.aQute.bnd:bnd-testing-maven-plugin:7.0.0'
Gradle Kotlin
implementation("biz.aQute.bnd:bnd-testing-maven-plugin:7.0.0")
Scala SBT
libraryDependencies += "biz.aQute.bnd" % "bnd-testing-maven-plugin" % "7.0.0"
Groovy Grape
@Grapes(
  @Grab(group='biz.aQute.bnd', module='bnd-testing-maven-plugin', version='7.0.0')
)
Apache Ivy
<dependency org="biz.aQute.bnd" name="bnd-testing-maven-plugin" rev="7.0.0" />
Leiningen
[biz.aQute.bnd/bnd-testing-maven-plugin "7.0.0"]
Apache Buildr
'biz.aQute.bnd:bnd-testing-maven-plugin:jar:7.0.0'