aboutsummaryrefslogtreecommitdiffstats
path: root/sdnr/wt/devicemanager-oran/provider/pom.xml
diff options
context:
space:
mode:
authorRavi Pendurty <ravi.pendurty@highstreet-technologies.com>2020-02-14 11:44:35 +0100
committerKAPIL SINGAL <ks220y@att.com>2020-02-14 16:21:50 +0000
commit635d0ff476db287c1d9ffe50e44e02d8326c2995 (patch)
tree8ee6c28942112eefe26c52092bb05c86f56fa623 /sdnr/wt/devicemanager-oran/provider/pom.xml
parent53f1c13a96a6ee7a12b7bc3642e6a63d54cd07f3 (diff)
Add Unit test cases
Add Unit tests to provide Code coverage for compliance Issue-ID: SDNC-1072 Signed-off-by: Ravi Pendurty <ravi.pendurty@highstreet-technologies.com> Change-Id: I496623ce12591b87119ff21198213a0944f09ef6
Diffstat (limited to 'sdnr/wt/devicemanager-oran/provider/pom.xml')
-rw-r--r--sdnr/wt/devicemanager-oran/provider/pom.xml22
1 files changed, 0 insertions, 22 deletions
diff --git a/sdnr/wt/devicemanager-oran/provider/pom.xml b/sdnr/wt/devicemanager-oran/provider/pom.xml
index 7c4e628f0..cf26cc382 100644
--- a/sdnr/wt/devicemanager-oran/provider/pom.xml
+++ b/sdnr/wt/devicemanager-oran/provider/pom.xml
@@ -112,28 +112,6 @@
</excludes>
</configuration>
</plugin>
- <plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>exec-maven-plugin</artifactId>
- <executions>
- <execution>
- <id>generateDTOs</id>
- <phase>generate-sources</phase>
- <goals>
- <goal>exec</goal>
- </goals>
- <configuration>
- <executable>bash</executable>
- <arguments>
- <argument>${basedir}/../../data-provider/provider/src/main/resources/es-init.sh</argument>
- <argument>initfile</argument>
- <argument>-f</argument>
- <argument>${project.build.directory}/EsInit.script</argument>
- </arguments>
- </configuration>
- </execution>
- </executions>
- </plugin>
</plugins>
</build>
</project>