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 Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/517722ef Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/517722ef Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/517722ef Branch: refs/heads/javelin Commit: 517722ef95c616ce308a605d7a79d1236e2a8ca3 Parents: 881a4be Author: Wido den Hollander <[email protected]> Authored: Thu Sep 6 17:15:04 2012 +0200 Committer: Wido den Hollander <[email protected]> Committed: Thu Sep 6 17:15:04 2012 +0200 ---------------------------------------------------------------------- client/pom.xml | 5 +++++ deps/pom.xml | 5 +++++ plugins/pom.xml | 1 + 3 files changed, 11 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/517722ef/client/pom.xml ---------------------------------------------------------------------- diff --git a/client/pom.xml b/client/pom.xml index 8439652..50b85e9 100644 --- a/client/pom.xml +++ b/client/pom.xml @@ -75,6 +75,11 @@ </dependency> <dependency> <groupId>org.apache.cloudstack</groupId> + <artifactId>cloud-plugin-hypervisor-kvm</artifactId> + <version>${project.version}</version> + </dependency> + <dependency> + <groupId>org.apache.cloudstack</groupId> <artifactId>cloud-plugin-storage-allocator-random</artifactId> <version>${project.version}</version> </dependency> http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/517722ef/deps/pom.xml ---------------------------------------------------------------------- diff --git a/deps/pom.xml b/deps/pom.xml index 5a0d6c3..239e1f1 100644 --- a/deps/pom.xml +++ b/deps/pom.xml @@ -75,6 +75,11 @@ </dependency> <dependency> <groupId>org.apache.cloudstack</groupId> + <artifactId>cloud-plugin-hypervisor-kvm</artifactId> + <version>${project.version}</version> + </dependency> + <dependency> + <groupId>org.apache.cloudstack</groupId> <artifactId>cloud-plugin-storage-allocator-random</artifactId> <version>${project.version}</version> </dependency> http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/517722ef/plugins/pom.xml ---------------------------------------------------------------------- diff --git a/plugins/pom.xml b/plugins/pom.xml index 2a6ca31..206d4a1 100644 --- a/plugins/pom.xml +++ b/plugins/pom.xml @@ -37,6 +37,7 @@ <module>host-allocators/random</module> <module>hypervisors/ovm</module> <module>hypervisors/xen</module> + <module>hypervisors/kvm</module> <module>network-elements/elastic-loadbalancer</module> <module>network-elements/ovs</module> <module>network-elements/nicira-nvp</module>
