MVN

org.wildfly.plugins : wildfly-maven-plugin-bootable-tests

Maven & Gradle

Jan 09, 2024

WildFly Maven Plugin - Bootable Tests · Tests the maven plugin goals with a bootable JAR

<dependency>
    <groupId>org.wildfly.plugins</groupId>
    <artifactId>wildfly-maven-plugin-bootable-tests</artifactId>
    <version>5.0.0.Beta2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.wildfly.plugins : wildfly-maven-plugin-bootable-tests to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 5.0.0.Beta2
  • Latest Beta: 5.0.0.Beta2

All Versions

Choose a version of org.wildfly.plugins : wildfly-maven-plugin-bootable-tests to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
5.0.x
wildfly-maven-plugin-bootable-tests-5.0.0.Beta2
wildfly-maven-plugin-bootable-tests-5.0.0.Beta1

How to add a dependency to Maven

Add the following org.wildfly.plugins : wildfly-maven-plugin-bootable-tests maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.wildfly.plugins</groupId>
    <artifactId>wildfly-maven-plugin-bootable-tests</artifactId>
    <version>5.0.0.Beta2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.wildfly.plugins : wildfly-maven-plugin-bootable-tests gradle dependency to your build.gradle file:

implementation 'org.wildfly.plugins:wildfly-maven-plugin-bootable-tests:5.0.0.Beta2'

Gradle Kotlin DSL: Add the following org.wildfly.plugins : wildfly-maven-plugin-bootable-tests gradle kotlin dependency to your build.gradle.kts file:

implementation("org.wildfly.plugins:wildfly-maven-plugin-bootable-tests:5.0.0.Beta2")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.wildfly.plugins : wildfly-maven-plugin-bootable-tests sbt scala dependency to your build.sbt file:

libraryDependencies += "org.wildfly.plugins" % "wildfly-maven-plugin-bootable-tests" % "5.0.0.Beta2"