Skip to content

Commit

Permalink
test: verify issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Build Pipeline committed Mar 1, 2023
1 parent f835f95 commit 05f7dfc
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 1 deletion.
2 changes: 1 addition & 1 deletion test-plugin/pom.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<project xmlns="http://maven.apache.org/POM/4.0.0"
it <project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
Expand Down
16 changes: 16 additions & 0 deletions test-publishing/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -428,6 +428,22 @@
<siteDescriptor>${basedir}/src/site/confluence/issue261/site.yml</siteDescriptor>
</configuration>
</execution>
<!--
mvn confluence-reporting:deploy@issue284
mvn confluence-reporting:delete@issue284
-->
<execution>
<id>issue284</id>
<goals>
<goal>deploy</goal>
<goal>delete</goal>
</goals>
<configuration>
<encoding>UTF-8</encoding>
<failOnError>true</failOnError>
<siteDescriptor>${basedir}/src/site/confluence/issue284/site.yml</siteDescriptor>
</configuration>
</execution>

</executions>
</plugin>
Expand Down
9 changes: 9 additions & 0 deletions test-publishing/src/site/confluence/issue284/issue284.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
## TEST ISSUE 284

<!-- markdownlint-disable -->

Take a look [here](https://github.com/bsorrentino/maven-confluence-plugin/issues/284)

<!-- markdownlint-enable -->


4 changes: 4 additions & 0 deletions test-publishing/src/site/confluence/issue284/site.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
home:
uri: issue284.md
parentPageTitle: "Home"
name: "Issue #284"

0 comments on commit 05f7dfc

Please sign in to comment.