Skip to content

Commit

Permalink
[MINVOKER-290] remove jdk 7 https.protocols configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
slawekjaranowski authored and khmarbaise committed Oct 4, 2021
1 parent 49c5a2e commit 07234f2
Show file tree
Hide file tree
Showing 31 changed files with 0 additions and 122 deletions.
2 changes: 0 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -375,8 +375,6 @@ under the License.
<settingsFile>src/it/settings.xml</settingsFile>
<mavenOpts>-Djava.io.tmpdir=${project.build.directory}</mavenOpts>
<properties>
<!-- e.g. ensure that Java7 picks up TLSv1.2 when connecting with Central -->
<https.protocols>${https.protocols}</https.protocols>
<maven.compiler.source>${maven.compiler.source}</maven.compiler.source>
<maven.compiler.target>${maven.compiler.target}</maven.compiler.target>
</properties>
Expand Down
4 changes: 0 additions & 4 deletions src/it/MINVOKER-191/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,6 @@ under the License.
<version>@project.version@</version>
<configuration>
<writeJunitReport>true</writeJunitReport>
<properties>
<!-- e.g. ensure that Java7 picks up TLSv1.2 when connecting with Central -->
<https.protocols>${https.protocols}</https.protocols>
</properties>
</configuration>
</plugin>
</plugins>
Expand Down
6 changes: 0 additions & 6 deletions src/it/MINVOKER-243_install-reactor/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -61,12 +61,6 @@ under the License.
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-invoker-plugin</artifactId>
<version>@project.version@</version>
<configuration>
<properties>
<!-- e.g. ensure that Java7 picks up TLSv1.2 when connecting with Central -->
<https.protocols>${https.protocols}</https.protocols>
</properties>
</configuration>
</plugin>
</plugins>
</pluginManagement>
Expand Down
4 changes: 0 additions & 4 deletions src/it/exec-timeout-invoker-level/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,6 @@ under the License.
<streamLogs>true</streamLogs>
<cloneProjectsTo>${project.build.directory}/it</cloneProjectsTo>
<localRepositoryPath>${project.build.directory}/local-repo</localRepositoryPath>
<properties>
<!-- e.g. ensure that Java7 picks up TLSv1.2 when connecting with Central -->
<https.protocols>${https.protocols}</https.protocols>
</properties>
</configuration>
<executions>
<execution>
Expand Down
6 changes: 0 additions & 6 deletions src/it/exec-timeout-invoker-level/src/it/basic/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,6 @@ under the License.
<groupId>org.apache.maven.plugins.invoker</groupId>
<artifactId>exec-timeout-invoker-level</artifactId>
<version>1.0-SNAPSHOT</version>
<configuration>
<properties>
<!-- e.g. ensure that Java7 picks up TLSv1.2 when connecting with Central -->
<https.protocols>${https.protocols}</https.protocols>
</properties>
</configuration>
<executions>
<execution>
<id>touch</id>
Expand Down
4 changes: 0 additions & 4 deletions src/it/exec-timeout-mojo-level/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,6 @@ under the License.
<timeoutInSeconds>2</timeoutInSeconds>
<cloneProjectsTo>${project.build.directory}/it</cloneProjectsTo>
<localRepositoryPath>${project.build.directory}/local-repo</localRepositoryPath>
<properties>
<!-- e.g. ensure that Java7 picks up TLSv1.2 when connecting with Central -->
<https.protocols>${https.protocols}</https.protocols>
</properties>
</configuration>
<executions>
<execution>
Expand Down
6 changes: 0 additions & 6 deletions src/it/exec-timeout-mojo-level/src/it/basic/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,6 @@ under the License.
<groupId>org.apache.maven.plugins.invoker</groupId>
<artifactId>exec-timeout-invoker-level</artifactId>
<version>1.0-SNAPSHOT</version>
<configuration>
<properties>
<!-- e.g. ensure that Java7 picks up TLSv1.2 when connecting with Central -->
<https.protocols>${https.protocols}</https.protocols>
</properties>
</configuration>
<executions>
<execution>
<id>touch</id>
Expand Down
4 changes: 0 additions & 4 deletions src/it/filtering-extensions/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,6 @@ under the License.
<goals>
<goal>process-resources</goal>
</goals>
<properties>
<!-- e.g. ensure that Java7 picks up TLSv1.2 when connecting with Central -->
<https.protocols>${https.protocols}</https.protocols>
</properties>
</configuration>
<executions>
<execution>
Expand Down
4 changes: 0 additions & 4 deletions src/it/invocation-debug/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,6 @@ under the License.
</goals>
<debug>false</debug>
<postBuildHookScript>verify</postBuildHookScript>
<properties>
<!-- e.g. ensure that Java7 picks up TLSv1.2 when connecting with Central -->
<https.protocols>${https.protocols}</https.protocols>
</properties>
</configuration>
<executions>
<execution>
Expand Down
4 changes: 0 additions & 4 deletions src/it/invocation-debug/src/it/minvoker-142/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,6 @@ under the License.
<goal>enforce</goal>
</goals>
<configuration>
<properties>
<!-- e.g. ensure that Java7 picks up TLSv1.2 when connecting with Central -->
<https.protocols>${https.protocols}</https.protocols>
</properties>
<rules>
<AlwaysPass/>
</rules>
Expand Down
2 changes: 0 additions & 2 deletions src/it/invocation-emptyproperty/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,6 @@ under the License.
<key>value</key>
<some.property>${example.property}</some.property>
<empty.property/>
<!-- e.g. ensure that Java7 picks up TLSv1.2 when connecting with Central -->
<https.protocols>${https.protocols}</https.protocols>
</properties>
</configuration>
<executions>
Expand Down
4 changes: 0 additions & 4 deletions src/it/invocation-emptyproperty/src/it/minvoker-118/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,6 @@ under the License.
<goal>enforce</goal>
</goals>
<configuration>
<properties>
<!-- e.g. ensure that Java7 picks up TLSv1.2 when connecting with Central -->
<https.protocols>${https.protocols}</https.protocols>
</properties>
<rules>
<AlwaysPass/>
</rules>
Expand Down
2 changes: 0 additions & 2 deletions src/it/invocation-multiple/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,6 @@ under the License.
<properties>
<maven.compiler.source>${maven.compiler.source}</maven.compiler.source>
<maven.compiler.target>${maven.compiler.target}</maven.compiler.target>
<!-- e.g. ensure that Java7 picks up TLSv1.2 when connecting with Central -->
<https.protocols>${https.protocols}</https.protocols>
</properties>
</configuration>
<executions>
Expand Down
4 changes: 0 additions & 4 deletions src/it/invocation-offline/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,6 @@ under the License.
<goals>
<goal>validate</goal>
</goals>
<properties>
<!-- e.g. ensure that Java7 picks up TLSv1.2 when connecting with Central -->
<https.protocols>${https.protocols}</https.protocols>
</properties>
</configuration>
<executions>
<execution>
Expand Down
6 changes: 0 additions & 6 deletions src/it/invocation-reactor-indirect/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -64,12 +64,6 @@ under the License.
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-invoker-plugin</artifactId>
<version>@project.version@</version>
<configuration>
<properties>
<!-- e.g. ensure that Java7 picks up TLSv1.2 when connecting with Central -->
<https.protocols>${https.protocols}</https.protocols>
</properties>
</configuration>
</plugin>
</plugins>
</pluginManagement>
Expand Down
2 changes: 0 additions & 2 deletions src/it/invocation-spaces/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,6 @@ under the License.
<goal>install</goal>
</goals>
<properties>
<!-- e.g. ensure that Java7 picks up TLSv1.2 when connecting with Central -->
<https.protocols>${https.protocols}</https.protocols>
<propertyFromCommandLine>value with spaces from cli</propertyFromCommandLine>
</properties>
<filterProperties>
Expand Down
4 changes: 0 additions & 4 deletions src/it/local-repo-default/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,6 @@ under the License.
<goals>
<goal>install</goal>
</goals>
<properties>
<!-- e.g. ensure that Java7 picks up TLSv1.2 when connecting with Central -->
<https.protocols>${https.protocols}</https.protocols>
</properties>
</configuration>
<executions>
<execution>
Expand Down
4 changes: 0 additions & 4 deletions src/it/local-repo-isolated/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,6 @@ under the License.
<goals>
<goal>install</goal>
</goals>
<properties>
<!-- e.g. ensure that Java7 picks up TLSv1.2 when connecting with Central -->
<https.protocols>${https.protocols}</https.protocols>
</properties>
</configuration>
<executions>
<execution>
Expand Down
4 changes: 0 additions & 4 deletions src/it/local-repo-path/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,6 @@ under the License.
<goals>
<goal>org.apache.maven.plugins:maven-clean-plugin:2.2:clean</goal>
</goals>
<properties>
<!-- e.g. ensure that Java7 picks up TLSv1.2 when connecting with Central -->
<https.protocols>${https.protocols}</https.protocols>
</properties>
</configuration>
<executions>
<execution>
Expand Down
4 changes: 0 additions & 4 deletions src/it/pom-filtering-encoding/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,6 @@ under the License.
<filterProperties>
<latin1Chars>&#169;&#174;&#196;&#214;&#220;&#228;&#246;&#252;&#223;</latin1Chars>
</filterProperties>
<properties>
<!-- e.g. ensure that Java7 picks up TLSv1.2 when connecting with Central -->
<https.protocols>${https.protocols}</https.protocols>
</properties>
</configuration>
<executions>
<execution>
Expand Down
4 changes: 0 additions & 4 deletions src/it/pom-filtering/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,6 @@ under the License.
<basedir>FAILED</basedir>
<baseurl>FAILED</baseurl>
</filterProperties>
<properties>
<!-- e.g. ensure that Java7 picks up TLSv1.2 when connecting with Central -->
<https.protocols>${https.protocols}</https.protocols>
</properties>
</configuration>
<executions>
<execution>
Expand Down
2 changes: 0 additions & 2 deletions src/it/postbuild-executed-only-once/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,6 @@ under the License.
<properties>
<maven.compiler.source>${maven.compiler.source}</maven.compiler.source>
<maven.compiler.target>${maven.compiler.target}</maven.compiler.target>
<!-- e.g. ensure that Java7 picks up TLSv1.2 when connecting with Central -->
<https.protocols>${https.protocols}</https.protocols>
</properties>
</configuration>
<executions>
Expand Down
4 changes: 0 additions & 4 deletions src/it/settings-inherit/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,6 @@ under the License.
<cloneProjectsTo>${project.build.directory}/it</cloneProjectsTo>
<cloneClean>true</cloneClean>
<mergeUserSettings>true</mergeUserSettings>
<properties>
<!-- e.g. ensure that Java7 picks up TLSv1.2 when connecting with Central -->
<https.protocols>${https.protocols}</https.protocols>
</properties>
</configuration>
<executions>
<execution>
Expand Down
4 changes: 0 additions & 4 deletions src/it/settings-inherit/src/it/project/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,6 @@ under the License.
</requireProperty>
</rules>
<fail>true</fail>
<properties>
<!-- e.g. ensure that Java7 picks up TLSv1.2 when connecting with Central -->
<https.protocols>${https.protocols}</https.protocols>
</properties>
</configuration>
</execution>
</executions>
Expand Down
4 changes: 0 additions & 4 deletions src/it/settings-merge-multiexecutions/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,6 @@ under the License.
<cloneProjectsTo>${project.build.directory}/it</cloneProjectsTo>
<settingsFile>src/it/settings.xml</settingsFile>
<mergeUserSettings>true</mergeUserSettings>
<properties>
<!-- e.g. ensure that Java7 picks up TLSv1.2 when connecting with Central -->
<https.protocols>${https.protocols}</https.protocols>
</properties>
</configuration>
<executions>
<execution>
Expand Down
4 changes: 0 additions & 4 deletions src/it/settings-merge/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,6 @@ under the License.
<cloneClean>true</cloneClean>
<settingsFile>src/it/settings.xml</settingsFile>
<mergeUserSettings>true</mergeUserSettings>
<properties>
<!-- e.g. ensure that Java7 picks up TLSv1.2 when connecting with Central -->
<https.protocols>${https.protocols}</https.protocols>
</properties>
</configuration>
<executions>
<execution>
Expand Down
4 changes: 0 additions & 4 deletions src/it/settings-merge_jdk9+/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,6 @@ under the License.
<cloneClean>true</cloneClean>
<settingsFile>src/it/settings.xml</settingsFile>
<mergeUserSettings>true</mergeUserSettings>
<properties>
<!-- e.g. ensure that Java7 picks up TLSv1.2 when connecting with Central -->
<https.protocols>${https.protocols}</https.protocols>
</properties>
</configuration>
<executions>
<execution>
Expand Down
4 changes: 0 additions & 4 deletions src/it/settings-override/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,6 @@ under the License.
<configuration>
<settingsFile>src/it/settings.xml</settingsFile>
<mergeUserSettings>true</mergeUserSettings>
<properties>
<!-- e.g. ensure that Java7 picks up TLSv1.2 when connecting with Central -->
<https.protocols>${https.protocols}</https.protocols>
</properties>
</configuration>
<executions>
<execution>
Expand Down
4 changes: 0 additions & 4 deletions src/it/spaces-should-work_non-windows/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,6 @@ under the License.
<goal>validate</goal>
</goals>
<postBuildHookScript>verify</postBuildHookScript>
<properties>
<!-- e.g. ensure that Java7 picks up TLSv1.2 when connecting with Central -->
<https.protocols>${https.protocols}</https.protocols>
</properties>
</configuration>
<executions>
<execution>
Expand Down
4 changes: 0 additions & 4 deletions src/it/special-characters-should-work/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,6 @@ under the License.
</goals>
<debug>false</debug>
<postBuildHookScript>verify</postBuildHookScript>
<properties>
<!-- e.g. ensure that Java7 picks up TLSv1.2 when connecting with Central -->
<https.protocols>${https.protocols}</https.protocols>
</properties>
</configuration>
<executions>
<execution>
Expand Down
4 changes: 0 additions & 4 deletions src/it/wrongPropertyInterpolation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,6 @@ under the License.
<configuration>
<cloneProjectsTo>${project.build.directory}/it</cloneProjectsTo>
<postBuildHookScript>verify</postBuildHookScript>
<properties>
<!-- e.g. ensure that Java7 picks up TLSv1.2 when connecting with Central -->
<https.protocols>${https.protocols}</https.protocols>
</properties>
</configuration>
<executions>
<execution>
Expand Down

0 comments on commit 07234f2

Please sign in to comment.