aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authormpriyank <priyank.maheshwari@est.tech>2022-09-29 14:29:40 +0100
committermpriyank <priyank.maheshwari@est.tech>2022-09-29 15:33:50 +0100
commit06736cb733a8bfa1a5c19b36ce26b0f7a394db31 (patch)
tree65f67eea47c9e0daeb6e5c3e7cd066ada4a5bc59 /pom.xml
parentb768c8b09e1338e4b55546c875c9238cdb84647d (diff)
Disable maven skip deploy
- disabling the maven.deploy.skip to false - disabling the maven.install.skip to false - also added the release notes Issue-ID: CPS-1309 Change-Id: I6047c859b68db0a4b49da7b45bcb6b89535ce153 Signed-off-by: mpriyank <priyank.maheshwari@est.tech>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index e410bbbd9..c023b6777 100644
--- a/pom.xml
+++ b/pom.xml
@@ -44,8 +44,8 @@
</organization>
<properties>
- <maven.deploy.skip>true</maven.deploy.skip>
- <maven.install.skip>true</maven.install.skip>
+ <maven.deploy.skip>false</maven.deploy.skip>
+ <maven.install.skip>false</maven.install.skip>
</properties>
<modules>