diff --git a/docs/contribute-building.html b/docs/contribute-building.html index cf47396b34c..65ace81e0b2 100644 --- a/docs/contribute-building.html +++ b/docs/contribute-building.html @@ -71,8 +71,8 @@

Building the code

Using Maven

To build from source, you need the following installed and available in your $PATH:

After cloning the project, you can build it from source with this command:

mvn clean install
@@ -98,7 +98,7 @@ in the docker container. It also maps ~/.m2/repository to the appro
 

Docker in Vagrant

Prerequisite: install Vagrant and VirtualBox.

-
git clone http://github.com/openapitools/openapi-generator.git
+
git clone https://github.com/openapitools/openapi-generator.git
 cd openapi-generator
 vagrant up
 vagrant ssh
@@ -116,4 +116,4 @@ vagrant ssh
 

Failed to execute goal org.fortasoft:gradle-maven-plugin:1.0.8:invoke (default) on project openapi-generator-gradle-plugin-mvn-wrapper: org.gradle.tooling.BuildException: Could not execute build using Gradle distribution 'https://services.gradle.org/distributions/gradle-4.7-bin.zip'

Right now: no solution for this one :|

-
Last updated on 1/5/2020
\ No newline at end of file +
Last updated on 1/18/2020
\ No newline at end of file diff --git a/docs/contribute-building/index.html b/docs/contribute-building/index.html index cf47396b34c..65ace81e0b2 100644 --- a/docs/contribute-building/index.html +++ b/docs/contribute-building/index.html @@ -71,8 +71,8 @@

Building the code

Using Maven

To build from source, you need the following installed and available in your $PATH:

After cloning the project, you can build it from source with this command:

mvn clean install
@@ -98,7 +98,7 @@ in the docker container. It also maps ~/.m2/repository to the appro
 

Docker in Vagrant

Prerequisite: install Vagrant and VirtualBox.

-
git clone http://github.com/openapitools/openapi-generator.git
+
git clone https://github.com/openapitools/openapi-generator.git
 cd openapi-generator
 vagrant up
 vagrant ssh
@@ -116,4 +116,4 @@ vagrant ssh
 

Failed to execute goal org.fortasoft:gradle-maven-plugin:1.0.8:invoke (default) on project openapi-generator-gradle-plugin-mvn-wrapper: org.gradle.tooling.BuildException: Could not execute build using Gradle distribution 'https://services.gradle.org/distributions/gradle-4.7-bin.zip'

Right now: no solution for this one :|

-
Last updated on 1/5/2020
\ No newline at end of file +
Last updated on 1/18/2020
\ No newline at end of file diff --git a/docs/installation.html b/docs/installation.html index 5dfdc05d063..6174702c4c5 100644 --- a/docs/installation.html +++ b/docs/installation.html @@ -120,12 +120,12 @@ You'll then need to output the generated code to this mapped volume. Everything

Platform(s): Linux, macOS, Windows

If you're looking for the latest stable version, you can grab it directly from Maven.org (Java 8 runtime at a minimum):

-

JAR location: http://central.maven.org/maven2/org/openapitools/openapi-generator-cli/3.3.4/openapi-generator-cli-3.3.4.jar

+

JAR location: https://repo1.maven.org/maven2/org/openapitools/openapi-generator-cli/3.3.4/openapi-generator-cli-3.3.4.jar

For Mac/Linux users:

-
wget http://central.maven.org/maven2/org/openapitools/openapi-generator-cli/3.3.4/openapi-generator-cli-3.3.4.jar -O openapi-generator-cli.jar
+
wget https://repo1.maven.org/maven2/org/openapitools/openapi-generator-cli/3.3.4/openapi-generator-cli-3.3.4.jar -O openapi-generator-cli.jar
 

For Windows users, you will need to install wget or you can use Invoke-WebRequest in PowerShell (3.0+), e.g.

-
Invoke-WebRequest -OutFile openapi-generator-cli.jar http://central.maven.org/maven2/org/openapitools/openapi-generator-cli/3.3.4/openapi-generator-cli-3.3.4.jar
+
Invoke-WebRequest -OutFile openapi-generator-cli.jar https://repo1.maven.org/maven2/org/openapitools/openapi-generator-cli/3.3.4/openapi-generator-cli-3.3.4.jar
 

After downloading the JAR, run java -jar openapi-generator-cli.jar help to show the usage.

For Mac users, please make sure Java 8 is installed (Tips: run java -version to check the version), and export JAVA_HOME in order to use the supported Java version:

@@ -167,4 +167,4 @@ openapi-generator-cli version # is also 3.0.2 source ~/.bashrc openapi-generator-cli version # is always 3.0.2, unless any of the above overrides are done ad hoc
-
Last updated on 1/5/2020
\ No newline at end of file +
Last updated on 1/18/2020
\ No newline at end of file diff --git a/docs/installation/index.html b/docs/installation/index.html index 5dfdc05d063..6174702c4c5 100644 --- a/docs/installation/index.html +++ b/docs/installation/index.html @@ -120,12 +120,12 @@ You'll then need to output the generated code to this mapped volume. Everything

Platform(s): Linux, macOS, Windows

If you're looking for the latest stable version, you can grab it directly from Maven.org (Java 8 runtime at a minimum):

-

JAR location: http://central.maven.org/maven2/org/openapitools/openapi-generator-cli/3.3.4/openapi-generator-cli-3.3.4.jar

+

JAR location: https://repo1.maven.org/maven2/org/openapitools/openapi-generator-cli/3.3.4/openapi-generator-cli-3.3.4.jar

For Mac/Linux users:

-
wget http://central.maven.org/maven2/org/openapitools/openapi-generator-cli/3.3.4/openapi-generator-cli-3.3.4.jar -O openapi-generator-cli.jar
+
wget https://repo1.maven.org/maven2/org/openapitools/openapi-generator-cli/3.3.4/openapi-generator-cli-3.3.4.jar -O openapi-generator-cli.jar
 

For Windows users, you will need to install wget or you can use Invoke-WebRequest in PowerShell (3.0+), e.g.

-
Invoke-WebRequest -OutFile openapi-generator-cli.jar http://central.maven.org/maven2/org/openapitools/openapi-generator-cli/3.3.4/openapi-generator-cli-3.3.4.jar
+
Invoke-WebRequest -OutFile openapi-generator-cli.jar https://repo1.maven.org/maven2/org/openapitools/openapi-generator-cli/3.3.4/openapi-generator-cli-3.3.4.jar
 

After downloading the JAR, run java -jar openapi-generator-cli.jar help to show the usage.

For Mac users, please make sure Java 8 is installed (Tips: run java -version to check the version), and export JAVA_HOME in order to use the supported Java version:

@@ -167,4 +167,4 @@ openapi-generator-cli version # is also 3.0.2 source ~/.bashrc openapi-generator-cli version # is always 3.0.2, unless any of the above overrides are done ad hoc
-
Last updated on 1/5/2020
\ No newline at end of file +
Last updated on 1/18/2020
\ No newline at end of file diff --git a/docs/plugins.html b/docs/plugins.html index 3527cb00446..08c0f89dc76 100644 --- a/docs/plugins.html +++ b/docs/plugins.html @@ -102,7 +102,7 @@
buildscript {
   repositories {
     mavenLocal()
-    mavenCentral()
+    maven { url = "https://repo1.maven.org/maven2" }
   }
   dependencies {
     classpath "org.openapitools:openapi-generator-gradle-plugin:3.3.4"
@@ -146,4 +146,4 @@ apply plugin: 'org.op
     ]
 }
 
-
Last updated on 1/5/2020
\ No newline at end of file +
Last updated on 1/18/2020
\ No newline at end of file diff --git a/docs/plugins/index.html b/docs/plugins/index.html index 3527cb00446..08c0f89dc76 100644 --- a/docs/plugins/index.html +++ b/docs/plugins/index.html @@ -102,7 +102,7 @@
buildscript {
   repositories {
     mavenLocal()
-    mavenCentral()
+    maven { url = "https://repo1.maven.org/maven2" }
   }
   dependencies {
     classpath "org.openapitools:openapi-generator-gradle-plugin:3.3.4"
@@ -146,4 +146,4 @@ apply plugin: 'org.op
     ]
 }
 
-
Last updated on 1/5/2020
\ No newline at end of file +
Last updated on 1/18/2020
\ No newline at end of file