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 (#63)
  • Loading branch information
grigoriev authored Jul 16, 2024
1 parent 8028b60 commit d0f73b0
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 @@ -47,6 +47,9 @@
<maven-jar-plugin.Extension-Context>interceptor</maven-jar-plugin.Extension-Context>

<web.app.name>${maven-jar-plugin.Extension-Context}</web.app.name>

<!--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 d0f73b0

Please sign in to comment.