diff options
author | Fiachra Corcoran <fiachra.corcoran@est.tech> | 2019-10-31 13:56:14 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-10-31 13:56:14 +0000 |
commit | 4c5b91b5ce0901bf3044709fb2a172c2ae7763fc (patch) | |
tree | 9b5e5b0ea05d0d724d81885d9a0775e4afbd4632 /datarouter-node/pom.xml | |
parent | b9110d4a3c2fe2652dd2d1ef24e3d09bcaffea56 (diff) | |
parent | adb2ad2d16e851fbf8dcc71af68949a74463204d (diff) |
Merge "More bug fix and refactoring"
Diffstat (limited to 'datarouter-node/pom.xml')
-rwxr-xr-x | datarouter-node/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/datarouter-node/pom.xml b/datarouter-node/pom.xml index af605b0b..d9650c23 100755 --- a/datarouter-node/pom.xml +++ b/datarouter-node/pom.xml @@ -234,7 +234,7 @@ <archive> <manifest> <addClasspath>true</addClasspath> - <mainClass>org.onap.dmaap.datarouter.node.NodeMain</mainClass> + <mainClass>org.onap.dmaap.datarouter.node.NodeRunner</mainClass> </manifest> </archive> </configuration> @@ -355,7 +355,7 @@ <artifactId>jacoco-maven-plugin</artifactId> <configuration> <excludes> - <exclude>src/main/java/org/onap/dmaap/datarouter/node/NodeMain.java</exclude> + <exclude>src/main/java/org/onap/dmaap/datarouter/node/NodeRunner.java</exclude> </excludes> </configuration> </plugin> |