FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

turn on simulator code, only when -Psimulator is used · kwanggithub/cloudstack@c48c652 · GitHub

This repository was archived by the owner on Jan 15, 2020. It is now read-only.
/ cloudstack Public archive
forked from apache/cloudstack

Commit c48c652

Browse files
committed
turn on simulator code, only when -Psimulator is used
1 parent 00b8dc7 commit c48c652

3 files changed

Lines changed: 1 addition & 24 deletions

File tree

‎client/pom.xml‎

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -249,11 +249,6 @@
249249
<artifactId>cloud-engine-storage-volume</artifactId>
250250
<version>${project.version}</version>
251251
</dependency>
252-
<dependency>
253-
<groupId>org.apache.cloudstack</groupId>
254-
<artifactId>cloud-plugin-hypervisor-simulator</artifactId>
255-
<version>${project.version}</version>
256-
</dependency>
257252
<dependency>
258253
<groupId>org.apache.cloudstack</groupId>
259254
<artifactId>cloud-plugin-storage-volume-default</artifactId>
@@ -274,11 +269,6 @@
274269
<artifactId>cloud-plugin-storage-image-swift</artifactId>
275270
<version>${project.version}</version>
276271
</dependency>
277-
<dependency>
278-
<groupId>org.apache.cloudstack</groupId>
279-
<artifactId>cloud-plugin-storage-image-simulator</artifactId>
280-
<version>${project.version}</version>
281-
</dependency>
282272
<dependency>
283273
<groupId>org.apache.cloudstack</groupId>
284274
<artifactId>cloud-plugin-syslog-alerts</artifactId>
@@ -613,7 +603,7 @@
613603
</build>
614604
<profiles>
615605
<profile>
616-
<id>developer</id>
606+
<id>simulator</id>
617607
<activation>
618608
<property>
619609
<name>simulator</name>

‎developer/pom.xml‎

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -52,18 +52,6 @@
5252
<artifactId>cloud-server</artifactId>
5353
<version>${project.version}</version>
5454
</dependency>
55-
<dependency>
56-
<groupId>org.apache.cloudstack</groupId>
57-
<artifactId>cloud-plugin-hypervisor-simulator</artifactId>
58-
<version>${project.version}</version>
59-
<scope>compile</scope>
60-
</dependency>
61-
<dependency>
62-
<groupId>org.apache.cloudstack</groupId>
63-
<artifactId>cloud-plugin-storage-image-simulator</artifactId>
64-
<version>${project.version}</version>
65-
<scope>compile</scope>
66-
</dependency>
6755
</dependencies>
6856
<build>
6957
<defaultGoal>install</defaultGoal>

‎plugins/pom.xml‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@
4646
<module>hypervisors/xen</module>
4747
<module>hypervisors/kvm</module>
4848
<module>event-bus/rabbitmq</module>
49-
<module>hypervisors/simulator</module>
5049
<module>hypervisors/baremetal</module>
5150
<module>hypervisors/ucs</module>
5251
<module>network-elements/elastic-loadbalancer</module>

0 commit comments

Comments
 (0)

Back | FazBrowse Home | New Git URL