MVN

org.wildfly.glow : wildfly-glow-doc-plugin

Maven & Gradle

Nov 29, 2023

A plugin to generate adoc documentation for layer rules

<plugin>
    <groupId>org.wildfly.glow</groupId>
    <artifactId>wildfly-glow-doc-plugin</artifactId>
    <version>1.0.0.Alpha9</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.wildfly.glow : wildfly-glow-doc-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.0.0.Alpha9
  • Latest Alpha: 1.0.0.Alpha9

All Versions

Choose a version of org.wildfly.glow : wildfly-glow-doc-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0.x
wildfly-glow-doc-plugin-1.0.0.Alpha9

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.glow</groupId>
    <artifactId>wildfly-glow-doc-plugin</artifactId>
    <version>1.0.0.Alpha9</version>
</plugin>