Skip to content

Commit

Permalink
Merge pull request quarkusio#38278 from gsmet/truststore.skip
Browse files Browse the repository at this point in the history
Skip test truststores creation with -Dquickly*
  • Loading branch information
gsmet committed Jan 18, 2024
2 parents 216f283 + ad6a25c commit 39c4f53
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-actions-incremental.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ jobs:
env:
CAPTURE_BUILD_SCAN: true
run: |
./mvnw -T1C $COMMON_MAVEN_ARGS -DskipTests -DskipITs -DskipDocs -Dinvoker.skip -Dno-format -Dtcks -Prelocations clean install
./mvnw -T1C $COMMON_MAVEN_ARGS -DskipTests -DskipITs -DskipDocs -Dinvoker.skip -Dskip.gradle.tests -Djbang.skip -Dtruststore.skip -Dno-format -Dtcks -Prelocations clean install
- name: Verify extension dependencies
run: ./update-extension-dependencies.sh $COMMON_MAVEN_ARGS
- name: Get GIB arguments
Expand Down
3 changes: 3 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,7 @@
<jbang.skip>true</jbang.skip> <!-- jbang-maven-plugin -->
<forbiddenapis.skip>true</forbiddenapis.skip> <!-- forbidden-apis maven plugin -->
<skipCodestartValidation>true</skipCodestartValidation>
<truststore.skip>true</truststore.skip>
</properties>
<build>
<defaultGoal>clean install</defaultGoal>
Expand All @@ -211,6 +212,7 @@
<invoker.skip>true</invoker.skip> <!-- maven-invoker-plugin -->
<forbiddenapis.skip>true</forbiddenapis.skip> <!-- forbidden-apis maven plugin -->
<skipCodestartValidation>true</skipCodestartValidation>
<truststore.skip>true</truststore.skip>
</properties>
<build>
<defaultGoal>clean install</defaultGoal>
Expand All @@ -235,6 +237,7 @@
<invoker.skip>true</invoker.skip> <!-- maven-invoker-plugin -->
<jbang.skip>true</jbang.skip> <!-- jbang-maven-plugin -->
<forbiddenapis.skip>true</forbiddenapis.skip> <!-- forbidden-apis maven plugin -->
<truststore.skip>true</truststore.skip>
</properties>
</profile>
<profile>
Expand Down

0 comments on commit 39c4f53

Please sign in to comment.