Skip to content

Commit f1200b9

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

2 files changed

Lines changed: 3 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 -DskipTests=true deploy
103104
- run:
104105
name: 'Publish BOM to Maven Central'
105106
command: |

apt-test-generator/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@
4646
<groupId>io.github.openfeign</groupId>
4747
<artifactId>feign-example-github</artifactId>
4848
<version>${project.version}</version>
49+
<scope>test</scope>
4950
</dependency>
5051

5152
<dependency>

0 commit comments

Comments
 (0)