MVN

org.wildfly : wildfly-channel-maven-plugin

Maven & Gradle

Jun 29, 2023
0 stars

Wildfly Channel Maven Plugin · This maven plugin overrides dependencies versions in a Maven project according to Wildfly channel definition.

<plugin>
    <groupId>org.wildfly</groupId>
    <artifactId>wildfly-channel-maven-plugin</artifactId>
    <version>1.0.0</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.wildfly : wildfly-channel-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.0.0
  • Latest Alpha: 1.0.0.Alpha10

All Versions

Choose a version of org.wildfly : wildfly-channel-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0.x
wildfly-channel-maven-plugin-1.0.0
wildfly-channel-maven-plugin-1.0.0.Alpha10
wildfly-channel-maven-plugin-1.0.0.Alpha9
wildfly-channel-maven-plugin-1.0.0.Alpha8
wildfly-channel-maven-plugin-1.0.0.Alpha7
wildfly-channel-maven-plugin-1.0.0.Alpha6
wildfly-channel-maven-plugin-1.0.0.Alpha5
wildfly-channel-maven-plugin-1.0.0.Alpha4
wildfly-channel-maven-plugin-1.0.0.Alpha3
wildfly-channel-maven-plugin-1.0.0.Alpha2
wildfly-channel-maven-plugin-1.0.0.Alpha1

How to add a plugin to Maven

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

<plugin>
    <groupId>org.wildfly</groupId>
    <artifactId>wildfly-channel-maven-plugin</artifactId>
    <version>1.0.0</version>
</plugin>

Advertisement