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
Labels parameters
Comments (3)
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?
Apr 19, 2008
KangBo says:
hope to get this tools soonhope to get this tools soon
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?