Skip to content

Commit b798c45

Browse files
author
Prasanna Santhanam
committed
maven+marvin+simulator: Changes to the lifecycle steps
integration test is now run as follows: Build $ mvn -Pdeveloper -Dsimulator clean install DB: $ mvn -Pdeveloper -pl developer -Ddeploydb $ mvn -Pdeveloper -pl developer -Ddeploydb-simulator Setup: $ mvn -Pdeveloper,marvin.setup -Dmarvin.config=setup/dev/advanced.cfg -pl :cloud-marvin integration-test Test: $ mvn -Pdeveloper,marvin.test -Dmarvin.config=setup/dev/advanced.cfg -pl :cloud-marvin integration-test Signed-off-by: Prasanna Santhanam <tsp@apache.org>
1 parent 82fd938 commit b798c45

7 files changed

Lines changed: 396 additions & 479 deletions

File tree

client/pom.xml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -214,10 +214,21 @@
214214
<artifactId>cloud-plugin-hypervisor-simulator</artifactId>
215215
<version>${project.version}</version>
216216
</dependency>
217+
<dependency>
217218
<groupId>org.apache.cloudstack</groupId>
218219
<artifactId>cloud-plugin-storage-volume-default</artifactId>
219220
<version>${project.version}</version>
220221
</dependency>
222+
<dependency>
223+
<groupId>org.apache.cloudstack</groupId>
224+
<artifactId>cloud-plugin-syslog-alerts</artifactId>
225+
<version>${project.version}</version>
226+
</dependency>
227+
<dependency>
228+
<groupId>org.apache.cloudstack</groupId>
229+
<artifactId>cloud-plugin-snmp-alerts</artifactId>
230+
<version>${project.version}</version>
231+
</dependency>
221232
</dependencies>
222233
<build>
223234
<defaultGoal>install</defaultGoal>

0 commit comments

Comments
 (0)