MVN

org.echocat.maven.plugins : hugo-maven-plugin

Maven & Gradle

Jun 30, 2023
2 stars

Hugo Maven Plugin · Plugin to call a hugo build process.

<plugin>
    <groupId>org.echocat.maven.plugins</groupId>
    <artifactId>hugo-maven-plugin</artifactId>
    <version>0.2.5</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.echocat.maven.plugins : hugo-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 0.2.5

All Versions

Choose a version of org.echocat.maven.plugins : hugo-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
0.2.x
hugo-maven-plugin-0.2.5
hugo-maven-plugin-0.2.4
hugo-maven-plugin-0.2.3
hugo-maven-plugin-0.2.2
hugo-maven-plugin-0.2.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>org.echocat.maven.plugins</groupId>
    <artifactId>hugo-maven-plugin</artifactId>
    <version>0.2.5</version>
</plugin>