MVN

org.wooddog.mavenplugins : confluence

Maven & Gradle

Nov 18, 2009

Confluence Maven Mojo · Maven integration with Atlassian's Confluence.

<plugin>
    <groupId>org.wooddog.mavenplugins</groupId>
    <artifactId>confluence</artifactId>
    <version>1.0.0</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.wooddog.mavenplugins : confluence to add to Maven - Latest Versions:

  • Latest Stable: 1.0.0

All Versions

Choose a version of org.wooddog.mavenplugins : confluence to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0.x
confluence-1.0.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>org.wooddog.mavenplugins</groupId>
    <artifactId>confluence</artifactId>
    <version>1.0.0</version>
</plugin>