Skip to content

Commit

Permalink
test: add test data
Browse files Browse the repository at this point in the history
prepare for reproduce issue

working #294
  • Loading branch information
bsorrentino committed Oct 11, 2023
1 parent e102f99 commit c6550ce
Show file tree
Hide file tree
Showing 6 changed files with 40 additions and 0 deletions.
17 changes: 17 additions & 0 deletions test-publishing/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,23 @@
-->
</configuration>
<executions>
<!--
mvn confluence-reporting:deploy@issue294
mvn confluence-reporting:delete@issue294
-->
<execution>
<id>issue294</id>
<goals>
<goal>deploy</goal>
<goal>delete</goal>
</goals>
<configuration>
<encoding>UTF-8</encoding>
<failOnError>true</failOnError>
<siteDescriptor>${basedir}/src/site/confluence/issue294/site.yaml</siteDescriptor>
</configuration>
</execution>

<!--
mvn confluence-reporting:export@issue148
-->
Expand Down
3 changes: 3 additions & 0 deletions test-publishing/src/site/confluence/issue294/a.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Page A
- [This is Page-B Link](b.md)
- [This is Page-C Link](c.md)
3 changes: 3 additions & 0 deletions test-publishing/src/site/confluence/issue294/b.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Page B
- [This is Page-A Link](a.md)
- [This is Page-C Link](c.md)
3 changes: 3 additions & 0 deletions test-publishing/src/site/confluence/issue294/c.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Page C
- [This is Page-A Link](a.md)
- [This is Page-B Link](b.md)
3 changes: 3 additions & 0 deletions test-publishing/src/site/confluence/issue294/home.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Issue 294 Home Page

* [github](https://github.com/bsorrentino/maven-confluence-plugin/issues/294)
11 changes: 11 additions & 0 deletions test-publishing/src/site/confluence/issue294/site.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
home:
name: Issue-294
uri: home.md
children:
- name: Page-A
uri: a.md
children:
- name: Page-B
uri: b.md
- name: Page-C
uri: c.md

0 comments on commit c6550ce

Please sign in to comment.