MVN

com.inteligr8.wildfly : wildfly-module-plugin

Maven & Gradle

Dec 22, 2023

A Maven plugin for Wildfly Module handling · Generate Wildfly module packages or installs directly into Wildfly server; while providing dependencies for your Wildfly module or deployment

<plugin>
    <groupId>com.inteligr8.wildfly</groupId>
    <artifactId>wildfly-module-plugin</artifactId>
    <version>1.0.1</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.inteligr8.wildfly : wildfly-module-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.0.1

All Versions

Choose a version of com.inteligr8.wildfly : wildfly-module-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0.x
wildfly-module-plugin-1.0.1

How to add a plugin to Maven

Add the maven plugin to the pom.xml file information in this tag as follows:

<plugin>
    <groupId>com.inteligr8.wildfly</groupId>
    <artifactId>wildfly-module-plugin</artifactId>
    <version>1.0.1</version>
</plugin>