aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorvasraz <vasyl.razinkov@est.tech>2023-04-05 19:22:05 +0100
committerMichael Morris <michael.morris@est.tech>2023-04-13 14:43:09 +0000
commitb06691c5ed1fb02760a6440383dd40ec4894a9e5 (patch)
tree2c7e5430e07078a4e426780f0813f217f68130e2 /pom.xml
parent35ee855d664246d55694f06b61bde82277cb2c5c (diff)
Preparation for JDK17
Remove outdated plugin Signed-off-by: Vasyl Razinkov <vasyl.razinkov@est.tech> Change-Id: I4fe4bd08ac61bbfe57146804ce5e7ee872bc96b7 Issue-ID: SDC-4467
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml30
1 files changed, 0 insertions, 30 deletions
diff --git a/pom.xml b/pom.xml
index b7856a23ed..9872be4c15 100644
--- a/pom.xml
+++ b/pom.xml
@@ -481,11 +481,6 @@ Modifications copyright (c) 2018-2019 Nokia
<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>
<version>3.2.0</version>
@@ -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>