Skip to content

Instantly share code, notes, and snippets.

@komiyak
Last active May 13, 2019 08:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save komiyak/c36b8278195c5e4ce370a09d41223bd2 to your computer and use it in GitHub Desktop.
Save komiyak/c36b8278195c5e4ce370a09d41223bd2 to your computer and use it in GitHub Desktop.
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