Skip pushing the regression module to nexus.
Issue-ID: POLICY-4946
Change-Id: If8e6e4f57bd88eda45bd4664f8cddddd6c6b1897
Signed-off-by: rameshiyer27 <ramesh.murugan.iyer@est.tech>
     <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>