You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by kh...@apache.org on 2021/10/04 20:10:39 UTC

[maven-invoker-plugin] branch MINVOKER-290 created (now 07234f2)

This is an automated email from the ASF dual-hosted git repository.

khmarbaise pushed a change to branch MINVOKER-290
in repository https://gitbox.apache.org/repos/asf/maven-invoker-plugin.git.


      at 07234f2  [MINVOKER-290] remove jdk 7 https.protocols configuration

This branch includes the following new commits:

     new 07234f2  [MINVOKER-290] remove jdk 7 https.protocols configuration

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


[maven-invoker-plugin] 01/01: [MINVOKER-290] remove jdk 7 https.protocols configuration

Posted by kh...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

khmarbaise pushed a commit to branch MINVOKER-290
in repository https://gitbox.apache.org/repos/asf/maven-invoker-plugin.git

commit 07234f25bee4b80416be229c5e8c4d521df97f8a
Author: Slawomir Jaranowski <s....@gmail.com>
AuthorDate: Mon Oct 4 22:05:39 2021 +0200

    [MINVOKER-290] remove jdk 7 https.protocols configuration
---
 pom.xml                                                     | 2 --
 src/it/MINVOKER-191/pom.xml                                 | 4 ----
 src/it/MINVOKER-243_install-reactor/pom.xml                 | 6 ------
 src/it/exec-timeout-invoker-level/pom.xml                   | 4 ----
 src/it/exec-timeout-invoker-level/src/it/basic/pom.xml      | 6 ------
 src/it/exec-timeout-mojo-level/pom.xml                      | 4 ----
 src/it/exec-timeout-mojo-level/src/it/basic/pom.xml         | 6 ------
 src/it/filtering-extensions/pom.xml                         | 4 ----
 src/it/invocation-debug/pom.xml                             | 4 ----
 src/it/invocation-debug/src/it/minvoker-142/pom.xml         | 4 ----
 src/it/invocation-emptyproperty/pom.xml                     | 2 --
 src/it/invocation-emptyproperty/src/it/minvoker-118/pom.xml | 4 ----
 src/it/invocation-multiple/pom.xml                          | 2 --
 src/it/invocation-offline/pom.xml                           | 4 ----
 src/it/invocation-reactor-indirect/pom.xml                  | 6 ------
 src/it/invocation-spaces/pom.xml                            | 2 --
 src/it/local-repo-default/pom.xml                           | 4 ----
 src/it/local-repo-isolated/pom.xml                          | 4 ----
 src/it/local-repo-path/pom.xml                              | 4 ----
 src/it/pom-filtering-encoding/pom.xml                       | 4 ----
 src/it/pom-filtering/pom.xml                                | 4 ----
 src/it/postbuild-executed-only-once/pom.xml                 | 2 --
 src/it/settings-inherit/pom.xml                             | 4 ----
 src/it/settings-inherit/src/it/project/pom.xml              | 4 ----
 src/it/settings-merge-multiexecutions/pom.xml               | 4 ----
 src/it/settings-merge/pom.xml                               | 4 ----
 src/it/settings-merge_jdk9+/pom.xml                         | 4 ----
 src/it/settings-override/pom.xml                            | 4 ----
 src/it/spaces-should-work_non-windows/pom.xml               | 4 ----
 src/it/special-characters-should-work/pom.xml               | 4 ----
 src/it/wrongPropertyInterpolation/pom.xml                   | 4 ----
 31 files changed, 122 deletions(-)

diff --git a/pom.xml b/pom.xml
index 03b797c..3ae0baa 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>
diff --git a/src/it/MINVOKER-191/pom.xml b/src/it/MINVOKER-191/pom.xml
index c16c506..6448c7c 100644
--- a/src/it/MINVOKER-191/pom.xml
+++ b/src/it/MINVOKER-191/pom.xml
@@ -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>
diff --git a/src/it/MINVOKER-243_install-reactor/pom.xml b/src/it/MINVOKER-243_install-reactor/pom.xml
index 21881e3..125f22d 100644
--- a/src/it/MINVOKER-243_install-reactor/pom.xml
+++ b/src/it/MINVOKER-243_install-reactor/pom.xml
@@ -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>
diff --git a/src/it/exec-timeout-invoker-level/pom.xml b/src/it/exec-timeout-invoker-level/pom.xml
index 3bcb75c..441d9aa 100644
--- a/src/it/exec-timeout-invoker-level/pom.xml
+++ b/src/it/exec-timeout-invoker-level/pom.xml
@@ -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>
diff --git a/src/it/exec-timeout-invoker-level/src/it/basic/pom.xml b/src/it/exec-timeout-invoker-level/src/it/basic/pom.xml
index eba22eb..9bebf8b 100644
--- a/src/it/exec-timeout-invoker-level/src/it/basic/pom.xml
+++ b/src/it/exec-timeout-invoker-level/src/it/basic/pom.xml
@@ -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>
diff --git a/src/it/exec-timeout-mojo-level/pom.xml b/src/it/exec-timeout-mojo-level/pom.xml
index 3f02a9a..e9a1f5e 100644
--- a/src/it/exec-timeout-mojo-level/pom.xml
+++ b/src/it/exec-timeout-mojo-level/pom.xml
@@ -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>
diff --git a/src/it/exec-timeout-mojo-level/src/it/basic/pom.xml b/src/it/exec-timeout-mojo-level/src/it/basic/pom.xml
index eba22eb..9bebf8b 100644
--- a/src/it/exec-timeout-mojo-level/src/it/basic/pom.xml
+++ b/src/it/exec-timeout-mojo-level/src/it/basic/pom.xml
@@ -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>
diff --git a/src/it/filtering-extensions/pom.xml b/src/it/filtering-extensions/pom.xml
index 2d72f14..814bdd3 100644
--- a/src/it/filtering-extensions/pom.xml
+++ b/src/it/filtering-extensions/pom.xml
@@ -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>
diff --git a/src/it/invocation-debug/pom.xml b/src/it/invocation-debug/pom.xml
index 1af96da..6ced906 100644
--- a/src/it/invocation-debug/pom.xml
+++ b/src/it/invocation-debug/pom.xml
@@ -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>
diff --git a/src/it/invocation-debug/src/it/minvoker-142/pom.xml b/src/it/invocation-debug/src/it/minvoker-142/pom.xml
index 2cf36a4..38521aa 100644
--- a/src/it/invocation-debug/src/it/minvoker-142/pom.xml
+++ b/src/it/invocation-debug/src/it/minvoker-142/pom.xml
@@ -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>
diff --git a/src/it/invocation-emptyproperty/pom.xml b/src/it/invocation-emptyproperty/pom.xml
index 3b876ef..23bee19 100644
--- a/src/it/invocation-emptyproperty/pom.xml
+++ b/src/it/invocation-emptyproperty/pom.xml
@@ -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>
diff --git a/src/it/invocation-emptyproperty/src/it/minvoker-118/pom.xml b/src/it/invocation-emptyproperty/src/it/minvoker-118/pom.xml
index 17fc241..55a8453 100644
--- a/src/it/invocation-emptyproperty/src/it/minvoker-118/pom.xml
+++ b/src/it/invocation-emptyproperty/src/it/minvoker-118/pom.xml
@@ -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>
diff --git a/src/it/invocation-multiple/pom.xml b/src/it/invocation-multiple/pom.xml
index 67d1caa..0ce8813 100644
--- a/src/it/invocation-multiple/pom.xml
+++ b/src/it/invocation-multiple/pom.xml
@@ -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>
diff --git a/src/it/invocation-offline/pom.xml b/src/it/invocation-offline/pom.xml
index bb9efaf..eeb61d7 100644
--- a/src/it/invocation-offline/pom.xml
+++ b/src/it/invocation-offline/pom.xml
@@ -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>
diff --git a/src/it/invocation-reactor-indirect/pom.xml b/src/it/invocation-reactor-indirect/pom.xml
index a7c0f1a..2c51179 100644
--- a/src/it/invocation-reactor-indirect/pom.xml
+++ b/src/it/invocation-reactor-indirect/pom.xml
@@ -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>
diff --git a/src/it/invocation-spaces/pom.xml b/src/it/invocation-spaces/pom.xml
index 7bfede6..85dd7f1 100644
--- a/src/it/invocation-spaces/pom.xml
+++ b/src/it/invocation-spaces/pom.xml
@@ -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>
diff --git a/src/it/local-repo-default/pom.xml b/src/it/local-repo-default/pom.xml
index ce1c1cf..b601efb 100644
--- a/src/it/local-repo-default/pom.xml
+++ b/src/it/local-repo-default/pom.xml
@@ -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>
diff --git a/src/it/local-repo-isolated/pom.xml b/src/it/local-repo-isolated/pom.xml
index 06a16ef..a2e2f8e 100644
--- a/src/it/local-repo-isolated/pom.xml
+++ b/src/it/local-repo-isolated/pom.xml
@@ -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>
diff --git a/src/it/local-repo-path/pom.xml b/src/it/local-repo-path/pom.xml
index 85a7739..b2bab59 100644
--- a/src/it/local-repo-path/pom.xml
+++ b/src/it/local-repo-path/pom.xml
@@ -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>
diff --git a/src/it/pom-filtering-encoding/pom.xml b/src/it/pom-filtering-encoding/pom.xml
index 72331d4..a769935 100644
--- a/src/it/pom-filtering-encoding/pom.xml
+++ b/src/it/pom-filtering-encoding/pom.xml
@@ -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>
diff --git a/src/it/pom-filtering/pom.xml b/src/it/pom-filtering/pom.xml
index b43fd1d..c0d5dc2 100644
--- a/src/it/pom-filtering/pom.xml
+++ b/src/it/pom-filtering/pom.xml
@@ -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>
diff --git a/src/it/postbuild-executed-only-once/pom.xml b/src/it/postbuild-executed-only-once/pom.xml
index 0a9faa9..7372b83 100644
--- a/src/it/postbuild-executed-only-once/pom.xml
+++ b/src/it/postbuild-executed-only-once/pom.xml
@@ -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>
diff --git a/src/it/settings-inherit/pom.xml b/src/it/settings-inherit/pom.xml
index 068063d..d717322 100644
--- a/src/it/settings-inherit/pom.xml
+++ b/src/it/settings-inherit/pom.xml
@@ -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>
diff --git a/src/it/settings-inherit/src/it/project/pom.xml b/src/it/settings-inherit/src/it/project/pom.xml
index a367a64..4d50191 100644
--- a/src/it/settings-inherit/src/it/project/pom.xml
+++ b/src/it/settings-inherit/src/it/project/pom.xml
@@ -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>
diff --git a/src/it/settings-merge-multiexecutions/pom.xml b/src/it/settings-merge-multiexecutions/pom.xml
index fe7c2ae..ff6535c 100644
--- a/src/it/settings-merge-multiexecutions/pom.xml
+++ b/src/it/settings-merge-multiexecutions/pom.xml
@@ -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>
diff --git a/src/it/settings-merge/pom.xml b/src/it/settings-merge/pom.xml
index c7b89c6..7c51805 100644
--- a/src/it/settings-merge/pom.xml
+++ b/src/it/settings-merge/pom.xml
@@ -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>
diff --git a/src/it/settings-merge_jdk9+/pom.xml b/src/it/settings-merge_jdk9+/pom.xml
index c7b89c6..7c51805 100644
--- a/src/it/settings-merge_jdk9+/pom.xml
+++ b/src/it/settings-merge_jdk9+/pom.xml
@@ -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>
diff --git a/src/it/settings-override/pom.xml b/src/it/settings-override/pom.xml
index c8ec014..79650f8 100644
--- a/src/it/settings-override/pom.xml
+++ b/src/it/settings-override/pom.xml
@@ -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>
diff --git a/src/it/spaces-should-work_non-windows/pom.xml b/src/it/spaces-should-work_non-windows/pom.xml
index 766fe3d..75a31c3 100644
--- a/src/it/spaces-should-work_non-windows/pom.xml
+++ b/src/it/spaces-should-work_non-windows/pom.xml
@@ -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>
diff --git a/src/it/special-characters-should-work/pom.xml b/src/it/special-characters-should-work/pom.xml
index 5df94f8..9b498a3 100644
--- a/src/it/special-characters-should-work/pom.xml
+++ b/src/it/special-characters-should-work/pom.xml
@@ -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>
diff --git a/src/it/wrongPropertyInterpolation/pom.xml b/src/it/wrongPropertyInterpolation/pom.xml
index 9450abd..03eab80 100644
--- a/src/it/wrongPropertyInterpolation/pom.xml
+++ b/src/it/wrongPropertyInterpolation/pom.xml
@@ -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>