MVN

org.jasig.maven : maven-site-plugin

Maven & Gradle

Sep 23, 2011

Maven Site Plugin 3 · The Maven Site Plugin is a plugin that generates a site for the current project.

<plugin>
    <groupId>org.jasig.maven</groupId>
    <artifactId>maven-site-plugin</artifactId>
    <version>3.1.r1174614</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.jasig.maven : maven-site-plugin to add to Maven - Latest Versions:

  • Latest Stable: 3.1.r1174614

All Versions

Choose a version of org.jasig.maven : maven-site-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
3.1.x
maven-site-plugin-3.1.r1174614

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.jasig.maven</groupId>
    <artifactId>maven-site-plugin</artifactId>
    <version>3.1.r1174614</version>
</plugin>

Advertisement