MVN

net.officefloor.maven : site-aggregate-maven-plugin

Maven & Gradle

Oct 17, 2015
1 usages

Maven Site Aggregate Plugin · Maven plug-in to aggregate site content of a multi-module build. Allows for such things as PDF generation of whole site content.

<plugin>
    <groupId>net.officefloor.maven</groupId>
    <artifactId>site-aggregate-maven-plugin</artifactId>
    <version>2.16.0</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.officefloor.maven : site-aggregate-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 2.16.0

All Versions

Choose a version of net.officefloor.maven : site-aggregate-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
2.16.x
site-aggregate-maven-plugin-2.16.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>net.officefloor.maven</groupId>
    <artifactId>site-aggregate-maven-plugin</artifactId>
    <version>2.16.0</version>
</plugin>