File tree Expand file tree Collapse file tree
samples/client/petstore/scala-sttp-circe Expand file tree Collapse file tree Original file line number Diff line number Diff line change 122122
123123 (cd samples/client/petstore/scala-akka && mvn integration-test)
124124 (cd samples/client/petstore/scala-sttp && mvn integration-test)
125+ (cd samples/client/petstore/scala-sttp-circe && mvn integration-test)
125126 (cd samples/client/petstore/scala-sttp4 && mvn integration-test)
126127 (cd samples/client/petstore/clojure && mvn integration-test)
127128 (cd samples/client/petstore/java/jersey2-java8 && mvn integration-test)
Original file line number Diff line number Diff line change 1+ <project >
2+ <modelVersion >4.0.0</modelVersion >
3+ <groupId >org.openapitools</groupId >
4+ <artifactId >scala-sttp-circe-petstore</artifactId >
5+ <packaging >pom</packaging >
6+ <version >1.0-SNAPSHOT</version >
7+ <name >scala-sttp-circe-petstore</name >
8+ <build >
9+ <plugins >
10+ <plugin >
11+ <groupId >org.codehaus.mojo</groupId >
12+ <artifactId >exec-maven-plugin</artifactId >
13+ <version >1.5.0</version >
14+ <executions >
15+ <execution >
16+ <id >sbt-test</id >
17+ <phase >integration-test</phase >
18+ <goals >
19+ <goal >exec</goal >
20+ </goals >
21+ <configuration >
22+ <executable >sbt</executable >
23+ <arguments >
24+ <argument >-ivy</argument >
25+ <argument >${user.home} /.ivy2</argument >
26+ <argument >test</argument >
27+ </arguments >
28+ </configuration >
29+ </execution >
30+ </executions >
31+ </plugin >
32+ </plugins >
33+ </build >
34+ </project >
You can’t perform that action at this time.
0 commit comments