mirror of
https://github.com/valitydev/openapi-generator.git
synced 2024-11-07 19:08:52 +00:00
5306b11b4a
* [java] Attach Javadoc to artifact generation. * [java] Attach source to artifact generation. * [java] Add gpg signing to artifact publishing. * [java] Add artifact URL to pom.xml . * [java] Add artifact description to pom.xml . * [java] Add artifact URL and description params to Jax RSS. * [java] Add developer info to pom.xml . * [java] Parameterise SCM info in generated pom.xml . * [java] Move GPG signing to verify phase so that .asc files are uploaded during deploy phase. * [java] Change GPG signing to be an optional via Maven profile. Can't assume all users will perform a release/deploy from an environment with correct GPG key/pass. * update java petstore smaples * camelize tag name, remove invalid file * add back missing files for okhttp-gson * fix docstring in java feign client * fix docstring with various java api clients
18 lines
357 B
YAML
18 lines
357 B
YAML
#
|
|
# Generated by: https://github.com/swagger-api/swagger-codegen.git
|
|
#
|
|
language: java
|
|
jdk:
|
|
- oraclejdk8
|
|
- oraclejdk7
|
|
before_install:
|
|
# ensure gradlew has proper permission
|
|
- chmod a+x ./gradlew
|
|
script:
|
|
# test using maven
|
|
- mvn test
|
|
# uncomment below to test using gradle
|
|
# - gradle test
|
|
# uncomment below to test using sbt
|
|
# - sbt test
|