b

bnd-testing-maven-plugin

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