diff --git a/.circleci/config.yml b/.circleci/config.yml index 8421f4f861..3f48e6ed01 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -41,7 +41,7 @@ commands: - run: name: 'Resolving Dependencies' command: | - mvn dependency:resolve-plugins go-offline:resolve-dependencies -DskipTests=true -B + ./mvnw -ntp dependency:resolve-plugins go-offline:resolve-dependencies -DskipTests=true -B verify-formatting: steps: - run: @@ -59,17 +59,17 @@ commands: - run: name: 'Deploy Core Modules Sonatype' command: | - mvn -nsu -s .circleci/settings.xml -P release -pl -:feign-benchmark -DskipTests=true deploy + ./mvnw -ntp -nsu -s .circleci/settings.xml -P release -pl -:feign-benchmark -DskipTests=true deploy nexus-deploy-jdk11: steps: - run: name: 'Build JDK 11 Release modules locally' command: | - mvn -B -nsu -s .circleci/settings.xml -P java11 -pl :feign-java11,:feign-jakarta -am -DskipTests=true install + ./mvnw -ntp -B -nsu -s .circleci/settings.xml -P java11 -pl :feign-java11,:feign-jakarta -am -DskipTests=true install - run: name: 'Deploy JDK 11 Modules to Sonatype' command: | - mvn -B -nsu -s .circleci/settings.xml -P release,java11 -pl :feign-java11,:feign-jakarta -DskipTests=true deploy + ./mvnw -ntp -B -nsu -s .circleci/settings.xml -P release,java11 -pl :feign-java11,:feign-jakarta -DskipTests=true deploy # our job defaults defaults: &defaults working_directory: ~/feign @@ -121,7 +121,7 @@ jobs: - run: name: 'Test' command: | - mvn -B test + ./mvnw -ntp -B test - verify-formatting android-test: # These next lines define the Android machine image executor: https://circleci.com/docs/2.0/executor-types/ diff --git a/.mvn/wrapper/maven-wrapper.jar b/.mvn/wrapper/maven-wrapper.jar index c6feb8bb6f..bf82ff01c6 100644 Binary files a/.mvn/wrapper/maven-wrapper.jar and b/.mvn/wrapper/maven-wrapper.jar differ diff --git a/.mvn/wrapper/maven-wrapper.properties b/.mvn/wrapper/maven-wrapper.properties index c9023edfe7..9f220ace17 100644 --- a/.mvn/wrapper/maven-wrapper.properties +++ b/.mvn/wrapper/maven-wrapper.properties @@ -1 +1,2 @@ -distributionUrl=https://repo1.maven.org/maven2/org/apache/maven/apache-maven/3.5.4/apache-maven-3.5.4-bin.zip \ No newline at end of file +distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.8.7/apache-maven-3.8.7-bin.zip +wrapperUrl=https://repo.maven.apache.org/maven2/org/apache/maven/wrapper/maven-wrapper/3.1.1/maven-wrapper-3.1.1.jar \ No newline at end of file diff --git a/pom.xml b/pom.xml index 0039eaac6f..36910e49d2 100644 --- a/pom.xml +++ b/pom.xml @@ -422,13 +422,6 @@ - - - io.takari - maven - 0.7.7 - - maven-compiler-plugin ${maven-compiler-plugin.version}