Skip to content

Commit e14c345

Browse files
committed
Skip gNMI device simulator from deployment
We do not want to deploy gNMI device simulator since its being used for testing only. When at place add correct artifact name and URL to project POM. JIRA: LIGHTY-434 Signed-off-by: Ivan Hrasko <ivan.hrasko@pantheon.tech>
1 parent 37bbca0 commit e14c345

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

  • lighty-applications/lighty-rcgnmi-app-aggregator/lighty-gnmi-device-simulator
  • lighty-core/lighty-minimal-parent

lighty-applications/lighty-rcgnmi-app-aggregator/lighty-gnmi-device-simulator/pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,13 @@
2121
<groupId>io.lighty.applications.rcgnmi</groupId>
2222
<artifactId>lighty-gnmi-device-simulator</artifactId>
2323

24+
<name>${project.groupId}:${project.artifactId}</name>
25+
<url>https://github.com/PANTHEONtech/lighty</url>
26+
27+
<properties>
28+
<maven.deploy.skip>true</maven.deploy.skip>
29+
</properties>
30+
2431
<dependencies>
2532
<dependency>
2633
<groupId>org.opendaylight.gnmi</groupId>

lighty-core/lighty-minimal-parent/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@
108108
<artifactId>lighty-community-restconf-netconf-app</artifactId>
109109
<artifactId>lighty-controller-springboot</artifactId>
110110
<artifactId>lighty-core-aggregator</artifactId>
111+
<artifactId>lighty-gnmi-device-simulator</artifactId>
111112
<artifactId>lighty-gnmi</artifactId>
112113
<artifactId>lighty-guice-app</artifactId>
113114
<artifactId>lighty-models-aggregator</artifactId>

0 commit comments

Comments
 (0)