MVN

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

Maven & Gradle

Jul 19, 2023

WildFly Maven Plugin - Standalone Tests · Tests the maven plugin goals with a standalone server

<dependency>
    <groupId>org.wildfly.plugins</groupId>
    <artifactId>wildfly-maven-plugin-standalone-tests</artifactId>
    <version>4.2.0.Final</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 4.2.0.Final
  • Latest Alpha: 4.2.0.Alpha1

All Versions

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

Version Vulnerabilities Updated
4.2.x
wildfly-maven-plugin-standalone-tests-4.2.0.Final
wildfly-maven-plugin-standalone-tests-4.2.0.Alpha1
4.1.x
wildfly-maven-plugin-standalone-tests-4.1.1.Final

How to add a dependency to Maven

Add the following org.wildfly.plugins : wildfly-maven-plugin-standalone-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-standalone-tests</artifactId>
    <version>4.2.0.Final</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.wildfly.plugins:wildfly-maven-plugin-standalone-tests:4.2.0.Final'

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

implementation("org.wildfly.plugins:wildfly-maven-plugin-standalone-tests:4.2.0.Final")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.wildfly.plugins" % "wildfly-maven-plugin-standalone-tests" % "4.2.0.Final"