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

olamy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-pmd-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new 232d41d  oops better using mavenOpts for this tls
232d41d is described below

commit 232d41dd850eb465dea5934323a0c6f705213b2f
Author: olivier lamy <[email protected]>
AuthorDate: Tue Oct 23 11:40:57 2018 +1000

    oops better using mavenOpts for this tls
    
    Signed-off-by: olivier lamy <[email protected]>
---
 pom.xml | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 92ecc36..d034e63 100644
--- a/pom.xml
+++ b/pom.xml
@@ -351,9 +351,7 @@ under the License.
               <groupId>org.apache.maven.plugins</groupId>
               <artifactId>maven-invoker-plugin</artifactId>
               <configuration>
-                <properties>
-                  <https.protocols>TLSv1.2</https.protocols>
-                </properties>
+                <mavenOpts>-Dhttps.protocols=TLSv1.2</mavenOpts>
               </configuration>
             </plugin>
           </plugins>

Reply via email to