Code Review
/
dcaegen2
/
services.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
eba3e6a
)
Fix DES merge job error
32/120932/1
author
Niranjana
<niranjana.y60@wipro.com>
Tue, 27 Apr 2021 14:36:44 +0000
(20:06 +0530)
committer
Niranjana
<niranjana.y60@wipro.com>
Tue, 27 Apr 2021 14:36:44 +0000
(20:06 +0530)
Issue-ID: DCAEGEN2-2329
Signed-off-by: Niranjana <niranjana.y60@wipro.com>
Change-Id: Idb43b3bbe3bfd2189632f2bd1ecbf759d3a2fa06
components/datalake-handler/des/pom.xml
patch
|
blob
|
history
diff --git
a/components/datalake-handler/des/pom.xml
b/components/datalake-handler/des/pom.xml
index
e23c0c7
..
4beba3c
100644
(file)
--- 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>