Skip to content

Commit

Permalink
build: MARKDOWN2HTML_MAVEN_PLUGIN_FAIL_ON_ERROR env variable for GitH…
Browse files Browse the repository at this point in the history
…ub builds added (#16)
  • Loading branch information
grigoriev authored Jul 16, 2024
1 parent 487d902 commit fcbb5be
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/maven-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
packages: write
env:
GITHUB_TOKEN: ${{ github.token }}
MARKDOWN2HTML_MAVEN_PLUGIN_FAIL_ON_ERROR: true
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
- name: Set up JDK and Maven
Expand Down
3 changes: 3 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@
<web.app.name>${maven-jar-plugin.Extension-Context}</web.app.name>

<ch.sbb.polarion.thirdparty.bundles.org.apache.poi.version>1.3.0</ch.sbb.polarion.thirdparty.bundles.org.apache.poi.version>

<!--suppress UnresolvedMavenProperty -->
<markdown2html-maven-plugin.failOnError>${env.MARKDOWN2HTML_MAVEN_PLUGIN_FAIL_ON_ERROR}</markdown2html-maven-plugin.failOnError>
</properties>

<dependencies>
Expand Down

0 comments on commit fcbb5be

Please sign in to comment.