Skip to content

Commit 034970d

Browse files
committed
fix: exclude example modules from release deploy
Signed-off-by: Marvin Froeder <velo.br@gmail.com>
1 parent 6af14d5 commit 034970d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.circleci/config.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,9 +97,10 @@ commands:
9797
steps:
9898
- run:
9999
name: 'Deploy Core Modules Sonatype'
100+
no_output_timeout: 30m
100101
command: |
101102
source "$HOME/.sdkman/bin/sdkman-init.sh"
102-
./mvnw -ntp -nsu --serial -s .circleci/settings.xml -P release -pl -:feign-benchmark,-:feign-vertx4-test,-:feign-vertx5-test -DskipTests=true deploy
103+
./mvnw -ntp -nsu --serial -s .circleci/settings.xml -P release -pl -:feign-benchmark,-:feign-vertx4-test,-:feign-vertx5-test,-:feign-example-github,-:feign-example-github-with-coroutine,-:feign-example-wikipedia,-:feign-example-wikipedia-with-springboot,-:feign-apt-test-generator -DskipTests=true deploy
103104
- run:
104105
name: 'Publish BOM to Maven Central'
105106
command: |

0 commit comments

Comments
 (0)