Skip to content

Instantly share code, notes, and snippets.

@komiyak
Last active May 13, 2019 08:59
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Embed
What would you like to do?
cd your-project/
mkdir -p build/
wget -qO- https://github.com/swagger-api/swagger-codegen/archive/v3.0.8.tar.gz | tar zxvf - -C ./build
cd build/swagger-codegen-3.0.8/
mvn clean package
# 下記の jar が作られたら成功です
# ./build/swagger-codegen-3.0.8/modules/swagger-codegen-cli/target/swagger-codegen-cli.jar
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment