diff options
author | vasraz <vasyl.razinkov@est.tech> | 2023-04-05 19:22:05 +0100 |
---|---|---|
committer | Michael Morris <michael.morris@est.tech> | 2023-04-13 14:43:09 +0000 |
commit | b06691c5ed1fb02760a6440383dd40ec4894a9e5 (patch) | |
tree | 2c7e5430e07078a4e426780f0813f217f68130e2 | |
parent | 35ee855d664246d55694f06b61bde82277cb2c5c (diff) |
Preparation for JDK17
Remove outdated plugin
Signed-off-by: Vasyl Razinkov <vasyl.razinkov@est.tech>
Change-Id: I4fe4bd08ac61bbfe57146804ce5e7ee872bc96b7
Issue-ID: SDC-4467
-rw-r--r-- | pom.xml | 30 |
1 files changed, 0 insertions, 30 deletions
@@ -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> |