Skip to content

Commit

Permalink
fix: processing URLs in About page (#151)
Browse files Browse the repository at this point in the history
  • Loading branch information
grigoriev authored Sep 2, 2024
1 parent 75550d4 commit 9ba2966
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@
<nexus-staging-maven-plugin.version>1.7.0</nexus-staging-maven-plugin.version>
<nexus-staging-maven-plugin.autoReleaseAfterClose>true</nexus-staging-maven-plugin.autoReleaseAfterClose>

<markdown2html-maven-plugin.version>1.3.0</markdown2html-maven-plugin.version>
<markdown2html-maven-plugin.version>1.4.0</markdown2html-maven-plugin.version>
<markdown2html-maven-plugin.inputFile>${project.basedir}/README.md</markdown2html-maven-plugin.inputFile>
<markdown2html-maven-plugin.extensionContextAdminHtml>${project.basedir}/src/main/resources/webapp/${maven-jar-plugin.Extension-Context}-admin/html</markdown2html-maven-plugin.extensionContextAdminHtml>
<markdown2html-maven-plugin.outputFileName>about.html</markdown2html-maven-plugin.outputFileName>
Expand Down Expand Up @@ -546,6 +546,8 @@
<excludeChapter>## Installation to Polarion</excludeChapter>
<excludeChapter>## Changelog</excludeChapter>
</excludeChapters>
<relativeLinkPrefix>${project.scm.url}</relativeLinkPrefix>
<openExternalLinksInNewTab>true</openExternalLinksInNewTab>
</configuration>
</plugin>

Expand Down

0 comments on commit 9ba2966

Please sign in to comment.