File tree Expand file tree Collapse file tree
samples/client/petstore/kotlin-string Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ <project >
2+ <modelVersion >4.0.0</modelVersion >
3+ <groupId >io.swagger</groupId >
4+ <artifactId >KotlinPetstoreStringTests</artifactId >
5+ <packaging >pom</packaging >
6+ <version >1.0-SNAPSHOT</version >
7+ <name >Kotlin Swagger String Client</name >
8+ <build >
9+ <plugins >
10+ <plugin >
11+ <artifactId >maven-dependency-plugin</artifactId >
12+ <executions >
13+ <execution >
14+ <phase >package</phase >
15+ <goals >
16+ <goal >copy-dependencies</goal >
17+ </goals >
18+ <configuration >
19+ <outputDirectory >${project.build.directory} </outputDirectory >
20+ </configuration >
21+ </execution >
22+ </executions >
23+ </plugin >
24+ <plugin >
25+ <groupId >org.codehaus.mojo</groupId >
26+ <artifactId >exec-maven-plugin</artifactId >
27+ <version >1.2.1</version >
28+ <executions >
29+ <execution >
30+ <id >bundle-test</id >
31+ <phase >integration-test</phase >
32+ <goals >
33+ <goal >exec</goal >
34+ </goals >
35+ <configuration >
36+ <executable >gradle</executable >
37+ <arguments >
38+ <argument >test</argument >
39+ </arguments >
40+ </configuration >
41+ </execution >
42+ </executions >
43+ </plugin >
44+ </plugins >
45+ </build >
46+ </project >
You can’t perform that action at this time.
0 commit comments