summaryrefslogtreecommitdiffstats
path: root/components/datalake-handler
diff options
context:
space:
mode:
authorNiranjana <niranjana.y60@wipro.com>2021-04-27 20:06:44 +0530
committerNiranjana <niranjana.y60@wipro.com>2021-04-27 20:06:44 +0530
commita3c628a2c4e791076e1dda2df0f7e9fad5684f59 (patch)
tree6ee022003fb49786d8cf5e79d9867075a4a4a03f /components/datalake-handler
parenteba3e6a23105581e7a00ea3e99123ab480e38787 (diff)
Fix DES merge job error
Issue-ID: DCAEGEN2-2329 Signed-off-by: Niranjana <niranjana.y60@wipro.com> Change-Id: Idb43b3bbe3bfd2189632f2bd1ecbf759d3a2fa06
Diffstat (limited to 'components/datalake-handler')
-rw-r--r--components/datalake-handler/des/pom.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/components/datalake-handler/des/pom.xml b/components/datalake-handler/des/pom.xml
index e23c0c72..4beba3ce 100644
--- a/components/datalake-handler/des/pom.xml
+++ b/components/datalake-handler/des/pom.xml
@@ -313,6 +313,14 @@
</dependency>
</dependencies>
</plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-deploy-plugin</artifactId>
+ <version>2.8</version>
+ <configuration>
+ <skip>true</skip>
+ </configuration>
+ </plugin>
</plugins>
</build>
</project>