From b06691c5ed1fb02760a6440383dd40ec4894a9e5 Mon Sep 17 00:00:00 2001 From: vasraz Date: Wed, 5 Apr 2023 19:22:05 +0100 Subject: Preparation for JDK17 Remove outdated plugin Signed-off-by: Vasyl Razinkov Change-Id: I4fe4bd08ac61bbfe57146804ce5e7ee872bc96b7 Issue-ID: SDC-4467 --- pom.xml | 30 ------------------------------ 1 file changed, 30 deletions(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index b7856a23ed..9872be4c15 100644 --- a/pom.xml +++ b/pom.xml @@ -480,11 +480,6 @@ Modifications copyright (c) 2018-2019 Nokia write-text-files-maven-plugin 1.1 - - org.codehaus.gmaven - gmaven-plugin - 1.5 - org.codehaus.mojo build-helper-maven-plugin @@ -622,31 +617,6 @@ Modifications copyright (c) 2018-2019 Nokia - - - org.codehaus.gmaven - gmaven-plugin - - - false - integration-test - - execute - - - - pom.properties['deploy.url'] = - pom.version.contains('-SNAPSHOT') ? - project.distributionManagement.snapshotRepository.url : - project.distributionManagement.repository.url; - pom.properties['repo.id'] = pom.version.contains('-SNAPSHOT') ? - project.distributionManagement.snapshotRepository.id : - project.distributionManagement.repository.id; - - - - - org.apache.maven.plugins maven-compiler-plugin -- cgit 1.2.3-korg