m

maven-paxexam-plugin

Goal: generate-config: Converts configuration done inside pom to be readable by the PaxExamPluginOption option.
Files download
File Operation
maven-paxexam-plugin-1.0.0.jar download
maven-paxexam-plugin-1.0.0.pom download
maven-paxexam-plugin-1.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>org.ops4j.pax.exam</groupId>
  <artifactId>maven-paxexam-plugin</artifactId>
  <version>1.0.0</version>
  <type>maven-plugin</type>
</dependency>
Gradle Groovy
implementation 'org.ops4j.pax.exam:maven-paxexam-plugin:1.0.0'
Gradle Kotlin
implementation("org.ops4j.pax.exam:maven-paxexam-plugin:1.0.0")
Scala SBT
libraryDependencies += "org.ops4j.pax.exam" % "maven-paxexam-plugin" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='org.ops4j.pax.exam', module='maven-paxexam-plugin', version='1.0.0')
)
Apache Ivy
<dependency org="org.ops4j.pax.exam" name="maven-paxexam-plugin" rev="1.0.0" />
Leiningen
[org.ops4j.pax.exam/maven-paxexam-plugin "1.0.0"]
Apache Buildr
'org.ops4j.pax.exam:maven-paxexam-plugin:jar:1.0.0'