summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVENKATESH KUMAR <vv770d@att.com>2017-08-23 10:43:13 -0400
committerVENKATESH KUMAR <vv770d@att.com>2017-08-23 11:55:55 -0400
commit563517d1887c66fa7d4d103ae039f538bcb72d67 (patch)
tree0898896a63247f58563a4dd3ef43aaa9d00b38e1
parent7506eae7723fc4e8c1bd7952fe93c4924ea29cda (diff)
Fix build issue for nbapi
https://jenkins.onap.org/job/ccsdk-platform-nbapi-master-merge-java/1/ Change-Id: Iaf9d0405df967ffb3c9454d90420c1413d4e400a Issue-ID:CCSDK-36 Signed-off-by: VENKATESH KUMAR <vv770d@att.com>
-rw-r--r--pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/pom.xml b/pom.xml
index dea139c..ca32e60 100644
--- a/pom.xml
+++ b/pom.xml
@@ -55,10 +55,10 @@
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-surefire-plugin</artifactId>
- <version>2.12.4</version>
+ <artifactId>maven-deploy-plugin</artifactId>
+ <version>2.8</version>
<configuration>
- <skipTests>true</skipTests>
+ <skip>true</skip>
</configuration>
</plugin>
</plugins>