Skip to content

Instantly share code, notes, and snippets.

@aleksz
Created March 31, 2012 08:13
Show Gist options
  • Save aleksz/2260823 to your computer and use it in GitHub Desktop.
Save aleksz/2260823 to your computer and use it in GitHub Desktop.
Confluence 3.x and com.atlassian.confluence.content.render.xhtml
<plugin>
<groupId>com.atlassian.maven.plugins</groupId>
<artifactId>maven-confluence-plugin</artifactId>
<version>3.8</version>
<extensions>true</extensions>
<configuration>
<instructions>
<Import-Package>
com.atlassian.confluence.content.render.xhtml;resolution:=optional;version="0.0.0",
*;version="0.0"
</Import-Package>
</instructions>
</configuration>
</plugin>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment