mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-02 20:02:29 +01:00
maven: Build KVM hypervisor by default
LEGAL-144 allows us to distribute libvirt-java in a binary release libvirt-java 0.4.9 will switch to MIT license which will resolve this
This commit is contained in:
parent
881a4be126
commit
517722ef95
@ -73,6 +73,11 @@
|
|||||||
<artifactId>cloud-plugin-hypervisor-ovm</artifactId>
|
<artifactId>cloud-plugin-hypervisor-ovm</artifactId>
|
||||||
<version>${project.version}</version>
|
<version>${project.version}</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
<dependency>
|
||||||
|
<groupId>org.apache.cloudstack</groupId>
|
||||||
|
<artifactId>cloud-plugin-hypervisor-kvm</artifactId>
|
||||||
|
<version>${project.version}</version>
|
||||||
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.cloudstack</groupId>
|
<groupId>org.apache.cloudstack</groupId>
|
||||||
<artifactId>cloud-plugin-storage-allocator-random</artifactId>
|
<artifactId>cloud-plugin-storage-allocator-random</artifactId>
|
||||||
|
|||||||
5
deps/pom.xml
vendored
5
deps/pom.xml
vendored
@ -73,6 +73,11 @@
|
|||||||
<artifactId>cloud-plugin-hypervisor-ovm</artifactId>
|
<artifactId>cloud-plugin-hypervisor-ovm</artifactId>
|
||||||
<version>${project.version}</version>
|
<version>${project.version}</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
<dependency>
|
||||||
|
<groupId>org.apache.cloudstack</groupId>
|
||||||
|
<artifactId>cloud-plugin-hypervisor-kvm</artifactId>
|
||||||
|
<version>${project.version}</version>
|
||||||
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.cloudstack</groupId>
|
<groupId>org.apache.cloudstack</groupId>
|
||||||
<artifactId>cloud-plugin-storage-allocator-random</artifactId>
|
<artifactId>cloud-plugin-storage-allocator-random</artifactId>
|
||||||
|
|||||||
@ -37,6 +37,7 @@
|
|||||||
<module>host-allocators/random</module>
|
<module>host-allocators/random</module>
|
||||||
<module>hypervisors/ovm</module>
|
<module>hypervisors/ovm</module>
|
||||||
<module>hypervisors/xen</module>
|
<module>hypervisors/xen</module>
|
||||||
|
<module>hypervisors/kvm</module>
|
||||||
<module>network-elements/elastic-loadbalancer</module>
|
<module>network-elements/elastic-loadbalancer</module>
|
||||||
<module>network-elements/ovs</module>
|
<module>network-elements/ovs</module>
|
||||||
<module>network-elements/nicira-nvp</module>
|
<module>network-elements/nicira-nvp</module>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user