You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by rf...@apache.org on 2019/03/17 12:47:58 UTC

[maven-default-skin] branch stabilize updated: Set https.protocols for integration tests

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

rfscholte pushed a commit to branch stabilize
in repository https://gitbox.apache.org/repos/asf/maven-default-skin.git


The following commit(s) were added to refs/heads/stabilize by this push:
     new 841b6e2  Set https.protocols for integration tests
841b6e2 is described below

commit 841b6e26b033932c9f3858fce74bbbd35bf75e12
Author: rfscholte <rf...@apache.org>
AuthorDate: Sun Mar 17 13:47:48 2019 +0100

    Set https.protocols for integration tests
---
 pom.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/pom.xml b/pom.xml
index dde192e..53fe5ac 100644
--- a/pom.xml
+++ b/pom.xml
@@ -99,6 +99,9 @@ under the License.
               <localRepositoryPath>${project.build.directory}/local-repo</localRepositoryPath>
               <settingsFile>src/it/settings.xml</settingsFile>
               <ignoreFailures>${maven.it.failure.ignore}</ignoreFailures>
+              <properties combine.children="merge">
+                <https.protocols>${https.protocols}</https.protocols>
+              </properties>
               <pomIncludes>
                 <pomInclude>*/pom.xml</pomInclude>
               </pomIncludes>