Generate kotlin 'client-string' sample (#369)

* Move pom to 'samples.ci'

* Regenerate 'samples/client/petstore/kotlin-string'
This commit is contained in:
Jérémie Bresson
2018-05-08 10:45:50 +02:00
committed by William Cheng
parent 58c45b9b75
commit e1c9a924c0
195 changed files with 171 additions and 152 deletions

View File

@@ -30,3 +30,5 @@ export JAVA_OPTS="${JAVA_OPTS} -XX:MaxPermSize=256M -Xmx1024M -DloggerPath=conf/
ags="generate -t modules/openapi-generator/src/main/resources/kotlin-client -i modules/openapi-generator/src/test/resources/2_0/petstore.yaml -l kotlin --artifact-id kotlin-petstore-string -D dateLibrary=string -o samples/client/petstore/kotlin-string $@"
java ${JAVA_OPTS} -jar ${executable} ${ags}
cp samples.ci/client/petstore/kotlin-string/pom.xml samples/client/petstore/kotlin-string/pom.xml