Goals available for this plugin:
Goal | Description |
---|---|
confluence-reporting:blogpost | Publish a an article to the blog |
confluence-reporting:delete | Delete a confluence pageTitle |
confluence-reporting:deploy | Generate Project's documentation in confluence wiki format and deploy it |
confluence-reporting:export | Export a confluence page either in PDF or DOC |
confluence-reporting:help | Display help information on
confluence-reporting-maven-plugin. Call mvn confluence-reporting:help -Ddetail=true
-Dgoal=<goal-name> to display parameter details. |
The following specifies the minimum requirements to run this Maven plugin:
Maven | 3.3.1 |
JDK | 11 |
Memory | No minimum requirement. |
Disk Space | No minimum requirement. |
You should specify the version in your project's plugin configuration:
<project> ... <build> <!-- To define the plugin version in your parent POM --> <pluginManagement> <plugins> <plugin> <groupId>org.bsc.maven</groupId> <artifactId>confluence-reporting-maven-plugin</artifactId> <version>8.0-beta1</version> </plugin> ... </plugins> </pluginManagement> <!-- To use the plugin goals in your POM or parent POM --> <plugins> <plugin> <groupId>org.bsc.maven</groupId> <artifactId>confluence-reporting-maven-plugin</artifactId> <version>8.0-beta1</version> </plugin> ... </plugins> </build> ... </project>
For more information, see "Guide to Configuring Plug-ins"