Preparation for JDK17 29/134029/3
authorvasraz <vasyl.razinkov@est.tech>
Wed, 5 Apr 2023 18:22:05 +0000 (19:22 +0100)
committerMichael Morris <michael.morris@est.tech>
Thu, 13 Apr 2023 14:43:09 +0000 (14:43 +0000)
Remove outdated plugin

Signed-off-by: Vasyl Razinkov <vasyl.razinkov@est.tech>
Change-Id: I4fe4bd08ac61bbfe57146804ce5e7ee872bc96b7
Issue-ID: SDC-4467

pom.xml

diff --git a/pom.xml b/pom.xml
index b7856a2..9872be4 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -480,11 +480,6 @@ Modifications copyright (c) 2018-2019 Nokia
                     <artifactId>write-text-files-maven-plugin</artifactId>
                     <version>1.1</version>
                 </plugin>
-                <plugin>
-                    <groupId>org.codehaus.gmaven</groupId>
-                    <artifactId>gmaven-plugin</artifactId>
-                    <version>1.5</version>
-                </plugin>
                 <plugin>
                     <groupId>org.codehaus.mojo</groupId>
                     <artifactId>build-helper-maven-plugin</artifactId>
@@ -622,31 +617,6 @@ Modifications copyright (c) 2018-2019 Nokia
                 </dependencies>
             </plugin>
 
-            <!-- Set the deployment repositories properties. -->
-            <plugin>
-                <groupId>org.codehaus.gmaven</groupId>
-                <artifactId>gmaven-plugin</artifactId>
-                <executions>
-                    <execution>
-                        <inherited>false</inherited>
-                        <phase>integration-test</phase>
-                        <goals>
-                            <goal>execute</goal>
-                        </goals>
-                        <configuration>
-                            <source>
-                                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;
-                            </source>
-                        </configuration>
-                    </execution>
-                </executions>
-            </plugin>
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-compiler-plugin</artifactId>