Skip to content

Commit

Permalink
jdk7 its need https.protocol TLSv1.2
Browse files Browse the repository at this point in the history
Signed-off-by: olivier lamy <olamy@apache.org>
  • Loading branch information
olamy committed Oct 23, 2018
1 parent b201fd9 commit 0e0627d
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions pom.xml
Expand Up @@ -326,6 +326,7 @@ under the License.
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-invoker-plugin</artifactId>
<configuration>
<localRepositoryPath>${project.build.directory}/local-repo</localRepositoryPath>
Expand All @@ -338,6 +339,27 @@ under the License.
</plugins>
</build>
</profile>
<profile>
<id>jdk7</id>
<activation>
<jdk>7</jdk>
</activation>
<build>
<pluginManagement>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-invoker-plugin</artifactId>
<configuration>
<properties>
<https.protocols>TLSv1.2</https.protocols>
</properties>
</configuration>
</plugin>
</plugins>
</pluginManagement>
</build>
</profile>
<profile>
<id>reporting</id>
<reporting>
Expand Down

0 comments on commit 0e0627d

Please sign in to comment.