Skip to content

Commit

Permalink
Set https.proptocols for maven-invoker-plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
rfscholte committed Jul 14, 2018
1 parent ceeb29a commit 1ecb747
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -283,6 +283,10 @@
<goal>clean</goal>
<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>
</plugin>
</plugins>
Expand Down

0 comments on commit 1ecb747

Please sign in to comment.