MVN

io.spring.maven.antora : antora-maven-plugin

Maven & Gradle

Aug 10, 2023

antora-maven-plugin Maven Plugin · Provides properties for creating an antora.yml file.

<plugin>
    <groupId>io.spring.maven.antora</groupId>
    <artifactId>antora-maven-plugin</artifactId>
    <version>0.0.4</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.spring.maven.antora : antora-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 0.0.4

All Versions

Choose a version of io.spring.maven.antora : antora-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
0.0.x
antora-maven-plugin-0.0.4
antora-maven-plugin-0.0.3
antora-maven-plugin-0.0.2

How to add a plugin to Maven

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

<plugin>
    <groupId>io.spring.maven.antora</groupId>
    <artifactId>antora-maven-plugin</artifactId>
    <version>0.0.4</version>
</plugin>