[MDOAP-54] - TLS v1.2. configuration for maven-invoker-plugin in JDK 7
diff --git a/pom.xml b/pom.xml
index ad09b55..b22e135 100644
--- a/pom.xml
+++ b/pom.xml
@@ -242,6 +242,10 @@
                   <goal>clean</goal>
                   <goal>${project.groupId}:${project.artifactId}:${project.version}:generate</goal>
                 </goals>
+                <properties>
+                  <!-- e.g. ensure that Java7 picks up TLSv1.2 when connecting with Central -->
+                  <https.protocols>${https.protocols}</https.protocols>
+                </properties>
               </configuration>
             </plugin>
           </plugins>