Skip to content

Instantly share code, notes, and snippets.

@grokify
Last active June 14, 2018 15:49
Show Gist options
  • Save grokify/e08f6efac952c87e1bb8249c3d9080eb to your computer and use it in GitHub Desktop.
Save grokify/e08f6efac952c87e1bb8249c3d9080eb to your computer and use it in GitHub Desktop.
OpenAPITools openapi-generator notes
$ cd /path/to/openapi-generator
$ mvn clean install
[INFO] --- maven-install-plugin:2.4:install (default-install) @ openapi-generator-online ---
[INFO] Installing /path/to/openapi-generator/modules/openapi-generator-online/target/openapi-generator-online-3.0.2-SNAPSHOT.jar to $HOME/.m2/repository/org/openapitools/openapi-generator-online/3.0.2-SNAPSHOT/openapi-generator-online-3.0.2-SNAPSHOT.jar
...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] openapi-generator-project 3.0.2-SNAPSHOT ........... SUCCESS [ 5.355 s]
[INFO] openapi-generator (core library) ................... SUCCESS [ 28.558 s]
[INFO] openapi-generator (executable) ..................... SUCCESS [ 17.997 s]
[INFO] openapi-generator (maven-plugin) ................... SUCCESS [ 5.152 s]
[INFO] openapi-generator-gradle-plugin (maven wrapper) .... SUCCESS [ 47.457 s]
[INFO] openapi-generator-online 3.0.2-SNAPSHOT ............ SUCCESS [ 2.786 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 01:47 min
[INFO] Finished at: 2018-06-14T07:49:14-07:00
[INFO] ------------------------------------------------------------------------
$ curl -XGET http://apache.osuosl.org/maven/maven-3/3.5.3/binaries/apache-maven-3.5.3-bin.tar.gz > apache-maven-3.5.3-bin.tar.gz
$ export PATH=${HOME}/Downloads/apache-maven-3.5.3/bin:$PATH
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment