MVN

de.ofterdinger.maven.plugins : site-maven-plugin

Maven & Gradle

Apr 14, 2023
0 stars

GitHub Site Maven Plugin · Maven plugin that commits files to a branch in a GitHub repository

<plugin>
    <groupId>de.ofterdinger.maven.plugins</groupId>
    <artifactId>site-maven-plugin</artifactId>
    <version>0.1.4</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of de.ofterdinger.maven.plugins : site-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 0.1.4

All Versions

Choose a version of de.ofterdinger.maven.plugins : site-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
0.1.x
site-maven-plugin-0.1.4
site-maven-plugin-0.1.3
site-maven-plugin-0.1.2
site-maven-plugin-0.1.1
site-maven-plugin-0.1.0

How to add a plugin to Maven

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

<plugin>
    <groupId>de.ofterdinger.maven.plugins</groupId>
    <artifactId>site-maven-plugin</artifactId>
    <version>0.1.4</version>
</plugin>