b

bnd-testing-maven-plugin

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