[MPOM-188] maven-invoker-plugin should copy value of https.protocols during invocation
diff --git a/maven-plugins/pom.xml b/maven-plugins/pom.xml
index 18585d3..4dee427 100644
--- a/maven-plugins/pom.xml
+++ b/maven-plugins/pom.xml
@@ -254,6 +254,8 @@
               <properties>
                 <maven.compiler.source>${invoker.maven.compiler.source}</maven.compiler.source>
                 <maven.compiler.target>${invoker.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>