Skip to content

Commit

Permalink
test for issue #131
Browse files Browse the repository at this point in the history
  • Loading branch information
bsorrentino committed Jan 18, 2017
1 parent dbde3c7 commit 5821d56
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
7 changes: 4 additions & 3 deletions maven-confluence-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -105,12 +105,13 @@
</goals>
<configuration>

<!--endPoint>http://localhost:8090/rpc/xmlrpc</endPoint-->
<endPoint>https://localhost:8443/rpc/xmlrpc</endPoint>
<endPoint>http://localhost:8090/rpc/xmlrpc</endPoint>
<!--endPoint>https://localhost:8443/rpc/xmlrpc</endPoint-->
<spaceKey>TEST</spaceKey>
<parentPageTitle>Home</parentPageTitle>
<!-- TEST ISSUE 107 -->
<!-- TEST ISSUE 107
<parentPageId>18677788</parentPageId>
-->
<!-- TEST ISSUE 40 -->
<templateWiki>${basedir}/src/site/confluence/template.confluence</templateWiki>
<wikiFilesExt>.confluence</wikiFilesExt>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,23 @@
<ac:structured-macro ac:name="info" ac:schema-version="1" ac:macro-id="37695726-95d5-4eb4-8725-cdf706cc82c4">
<ac:rich-text-body>
<p>Confluence extension</p>
<a href="https://bsorrentino.github.io/maven-confluence-plugin/storageformat_guide.html">Storage Format Guide</a>
</ac:rich-text-body>

</ac:structured-macro>


<h1>EXAMPLE OF STORAGE FORMAT</h1>

<hr/>

<h2>Child 1 of maven-confluence-test</h2>

<ac:link>
<ri:page ri:content-title="home" />
<ac:plain-text-link-body>
<![CDATA[got to home]]>
</ac:plain-text-link-body>
</ac:link>
</body>
</html>

0 comments on commit 5821d56

Please sign in to comment.