This server will be upgraded at 3pm Sydney time on December 3rd (December 2nd, 8pm PST) and will be down for up to 30 minutes.

Confluence Maven Plugin

Name Confluence Maven Plugin
Version 1.0-alpha-1-SNAPSHOT
Product Versions 2.x
Author(s) Jason Dillon
Homepage http://mojo.codehaus.org/confluence-maven-plugin/
Price Free
License ASL
Download Source https://svn.codehaus.org/mojo/trunk/mojo/mojo-sandbox/confluence-maven-plugin

Description/Features

Provides integration of Confluence with Maven 2.

This plugin is current in active development and will eventually (hopefully) provide full access to everything available via the Confluence XML-RPC interface.

Usage

TODO

Examples

Add a new page

<project>
    <!-- ... -->

    <build>
        <plugins>
            <plugin>
                <groupId>org.codehaus.mojo</groupId>
                <artifactId>confluence-maven-plugin</artifactId>
                
                <executions>
                    <execution>
                        <phase>compile</phase>
                        <goals>
                            <goal>add-page</goal>
                        </goals>
                        <configuration>
                            <url>http://localhost:8080/rpc/xmlrpc</url>
                            <username>testuser</username>
                            <password>testuser</password>
                            <space>TEST</space>
                            <title>Newly Added Page</title>
                            <file>${pom.basedir}/src/test/wiki/page.wiki</file>
                            <overwrite>true</overwrite>
                        </configuration>
                    </execution>
                </executions>
            </plugin>
        </plugins>
    </build>
</project>

Version History

  • ???

Open Issues

  • ???
Enter labels to add to this page:
Please wait 
Looking for a label? Just start typing.
  1. Oct 24, 2007

    Dave Syer says:

    Neither the source code nor the home page links work for me. Is there actually ...

    Neither the source code nor the home page links work for me. Is there actually anything here?

  2. Apr 19, 2008

    KangBo says:

    hope to get this tools soon

    hope to get this tools soon

  3. Aug 12

    Nigel DeFreitas says:

    I could really use this at our shop. Is there any activity on this project?

    I could really use this at our shop. Is there any activity on this project?