Fix docker merge job in jenkins 33/137533/1
authorrameshiyer27 <ramesh.murugan.iyer@est.tech>
Tue, 19 Mar 2024 14:02:01 +0000 (14:02 +0000)
committerrameshiyer27 <ramesh.murugan.iyer@est.tech>
Tue, 19 Mar 2024 14:02:01 +0000 (14:02 +0000)
Skip pushing the regression module to nexus.

Issue-ID: POLICY-4946
Change-Id: If8e6e4f57bd88eda45bd4664f8cddddd6c6b1897
Signed-off-by: rameshiyer27 <ramesh.murugan.iyer@est.tech>
policy-regression-tests/pom.xml

index 896f841..339782a 100644 (file)
     <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>