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 2018/06/23 09:49:38 UTC

[maven-remote-resources-plugin] branch MRRESOURCES-103 updated: Fixed configuration.

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

khmarbaise pushed a commit to branch MRRESOURCES-103
in repository https://gitbox.apache.org/repos/asf/maven-remote-resources-plugin.git


The following commit(s) were added to refs/heads/MRRESOURCES-103 by this push:
     new 220e1a1  Fixed configuration.
220e1a1 is described below

commit 220e1a1f240f4d6eac7a652ce76284001a0e230c
Author: Karl Heinz Marbaise <kh...@apache.org>
AuthorDate: Sat Jun 23 11:49:35 2018 +0200

    Fixed configuration.
---
 pom.xml | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 87b9654..25585f6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -75,8 +75,6 @@ under the License.
     <mavenVersion>2.2.1</mavenVersion>
     <mavenFilteringVersion>3.1.1</mavenFilteringVersion>
     <sitePluginVersion>3.3</sitePluginVersion>
-    <!-- e.g. ensure that Java7 picks up TLSv1.2 when connecting with Central -->
-    <https.protocols>${https.protocols}</https.protocols>
   </properties>
 
   <dependencies>
@@ -379,6 +377,10 @@ under the License.
                   <goal>install</goal>
                 </goals>
                 <configuration>
+                  <properties>
+                    <!-- e.g. ensure that Java7 picks up TLSv1.2 when connecting with Central -->
+                    <https.protocols>${https.protocols}</https.protocols>
+                  </properties>
                   <localRepositoryPath>${project.build.directory}/it-repo</localRepositoryPath>
                 </configuration>
               </execution>