As promised I have implemented new functionalities in the maven confluence plugin, that is:

  • confluence:upload-page: uploads (refresh) a page to a confluence instance. The plugin might also create the page if necessary
  • confluence:upload-attachment: uploads the given file as an attachment of a page in a confluence instance

I will come back soon with maven integration example, that is how to deploy automatically your docbook generated PDF for instance.

In the meantime, you can try the plugin:


maven plugin:download
-Dmaven.repo.remote=http://stephane.nicoll.net/maven1
-DgroupId=nicoll
-DartifactId=maven-confluence-plugin
-Dversion=1.1-RC1