jclouds/labs/pom.xml
David Ribeiro Alves aebc4cba3b base pr for - jclouds provider for google compute engine
- addresses comments from #1010
- includes the following base apis
	- projects
	- operations
	- zones

These are 3 small apis that are required by other apis in some place or another.
2012-12-29 15:39:45 +00:00

68 lines
2.5 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<!--
Licensed to jclouds, Inc. (jclouds) under one or more
contributor license agreements. See the NOTICE file
distributed with this work for additional information
regarding copyright ownership. jclouds licenses this file
to you under the Apache License, Version 2.0 (the
"License"); you may not use this file except in compliance
with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing,
software distributed under the License is distributed on an
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
KIND, either express or implied. See the License for the
specific language governing permissions and limitations
under the License.
-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<artifactId>jclouds-project</artifactId>
<groupId>org.jclouds</groupId>
<version>1.6.0-SNAPSHOT</version>
<relativePath>../project/pom.xml</relativePath>
</parent>
<groupId>org.jclouds.labs</groupId>
<artifactId>jclouds-labs-project</artifactId>
<packaging>pom</packaging>
<name>jclouds labs project</name>
<modules>
<module>virtualbox</module>
<module>vcloud-director</module>
<module>opsource-servers</module>
<module>elb</module>
<module>aws-elb</module>
<module>savvis-symphonyvpdc</module>
<module>dmtf</module>
<module>carrenza-vcloud-director</module>
<module>openstack-swift</module>
<module>jenkins</module>
<module>cdmi</module>
<module>joyent-cloudapi</module>
<module>joyentcloud</module>
<module>google-compute</module>
<module>greenqloud-compute</module>
<module>greenqloud-storage</module>
<module>iam</module>
<module>aws-iam</module>
<module>nodepool</module>
<module>rds</module>
<module>aws-rds</module>
<module>smartos-ssh</module>
<module>cloudstack-ec2</module>
<module>azure-management</module>
<module>fgcp</module>
<module>fgcp-au</module>
<module>fgcp-de</module>
<module>abiquo</module>
<module>oauth</module>
<module>openstack-quantum</module>
<module>openstack-glance</module>
</modules>
</project>