Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
env:
VALIDATE_ALL_CODEBASE: false
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
FILTER_REGEX_EXCLUDE: mvnw*
LINTER_RULES_PATH: ./tools/pr-checker/linters/
DEFAULT_BRANCH: prod
- name: Summary
Expand Down Expand Up @@ -54,7 +55,7 @@ jobs:
- run: unset _JAVA_OPTIONS

- name: Run tests
run: sudo ../scripts/testApp.sh
run: sudo -E ../scripts/testApp.sh

- name: Post tests
if: always()
Expand Down
6 changes: 3 additions & 3 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ include::{common-includes}/gitclone.adoc[]
// =================================================================================================

[role='command']
include::{common-includes}/twyb-intro.adoc[]
include::{common-includes}/twyb-intro-mvnw.adoc[]

// Following context for the static guide:
ifndef::cloud-hosted[]
Expand Down Expand Up @@ -151,7 +151,7 @@ Update the ***CustomConfigSource*** configuration file. Change the ***io_openlib
endif::[]

[role='command']
include::{common-includes}/twyb-end.adoc[]
include::{common-includes}/twyb-end-mvnw.adoc[]

// =================================================================================================
// Enabling fault tolerance
Expand All @@ -173,7 +173,7 @@ cd /home/project/guide-microprofile-fallback/start
endif::[]

[role='command']
include::{common-includes}/devmode-lmp33-start.adoc[]
include::{common-includes}/devmode-mvnw-start.adoc[]

The MicroProfile Fault Tolerance API is included in the MicroProfile dependency that is specified in your [hotspot file=4]`pom.xml` file. Look for the dependency with the [hotspot=microprofile file=4]`microprofile` artifact ID. This dependency provides a library that allows you to use fault tolerance policies in your microservices.

Expand Down
Binary file added finish/.mvn/wrapper/maven-wrapper.jar
Binary file not shown.
2 changes: 2 additions & 0 deletions finish/.mvn/wrapper/maven-wrapper.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.9/apache-maven-3.9.9-bin.zip
wrapperUrl=https://repo.maven.apache.org/maven2/org/apache/maven/wrapper/maven-wrapper/3.3.2/maven-wrapper-3.3.2.jar
332 changes: 332 additions & 0 deletions finish/mvnw

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading