aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrameshiyer27 <ramesh.murugan.iyer@est.tech>2024-03-19 14:02:01 +0000
committerrameshiyer27 <ramesh.murugan.iyer@est.tech>2024-03-19 14:02:01 +0000
commit5478c3dec58dc69ffa9a9578ea4a508976e37891 (patch)
tree312e4071137f96f24289d3d686216556df0b7311
parent4bdbf0e5e5582453ccb70a572aa235923578cb5b (diff)
Fix docker merge job in jenkins
Skip pushing the regression module to nexus. Issue-ID: POLICY-4946 Change-Id: If8e6e4f57bd88eda45bd4664f8cddddd6c6b1897 Signed-off-by: rameshiyer27 <ramesh.murugan.iyer@est.tech>
-rw-r--r--policy-regression-tests/pom.xml13
1 files changed, 13 insertions, 0 deletions
diff --git a/policy-regression-tests/pom.xml b/policy-regression-tests/pom.xml
index 896f8414..339782ac 100644
--- a/policy-regression-tests/pom.xml
+++ b/policy-regression-tests/pom.xml
@@ -20,4 +20,17 @@
<module>policy-clamp-regression</module>
</modules>
+ <build>
+ <finalName>${project.artifactId}-${project.version}</finalName>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-deploy-plugin</artifactId>
+ <configuration>
+ <skip>true</skip>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+
</project>