Skip to content

Instantly share code, notes, and snippets.

@gartcimore
Created March 22, 2016 15:27
Show Gist options
  • Save gartcimore/a8be6756dd73c0f89185 to your computer and use it in GitHub Desktop.
Save gartcimore/a8be6756dd73c0f89185 to your computer and use it in GitHub Desktop.
extract from pom
<plugin>
<groupId>org.bsc.maven</groupId>
<artifactId>confluence-reporting-maven-plugin</artifactId>
<configuration>
<endPoint>${confluence.home}/rpc/xmlrpc</endPoint>
<spaceKey>RP</spaceKey>
<parentPageTitle></parentPageTitle>
<title>my-site-generation-test</title>
<labels>
<label>test</label>
<label>ucs</label>
</labels>
<!--<templateWiki>${basedir}/src/site/confluence/template.confluence</templateWiki>-->
<!--<wikiFilesExt>.confluence</wikiFilesExt>-->
<serverId>intranet.myserver.com</serverId>
<!--<properties>-->
<!--<prop>the_text_value</prop>&lt;!&ndash; SIMPLE TEXT &ndash;&gt;-->
<!--<prop1>classpath:plugin-report.properties</prop1>&lt;!&ndash; FROM CLASSPATH &ndash;&gt;-->
<!--<prop2>file://${basedir}/confluence.html</prop2>&lt;!&ndash; FROM FILE SYSTEM &ndash;&gt;-->
<!--</properties>-->
</configuration>
</plugin>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment