Listing features alphabetically in assembly
Project: http://git-wip-us.apache.org/repos/asf/jclouds-cli/repo Commit: http://git-wip-us.apache.org/repos/asf/jclouds-cli/commit/1bafce22 Tree: http://git-wip-us.apache.org/repos/asf/jclouds-cli/tree/1bafce22 Diff: http://git-wip-us.apache.org/repos/asf/jclouds-cli/diff/1bafce22 Branch: refs/heads/master Commit: 1bafce222f0f62ed9eda1f72f97d99553d24f174 Parents: c76c318 Author: Andrew Phillips <[email protected]> Authored: Sun Oct 12 14:18:44 2014 -0400 Committer: Andrew Phillips <[email protected]> Committed: Sat Oct 18 07:39:20 2014 -0400 ---------------------------------------------------------------------- assembly/pom.xml | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/jclouds-cli/blob/1bafce22/assembly/pom.xml ---------------------------------------------------------------------- diff --git a/assembly/pom.xml b/assembly/pom.xml index 3e82ea5..3e3f14b 100644 --- a/assembly/pom.xml +++ b/assembly/pom.xml @@ -172,33 +172,34 @@ </descriptors> <features> <feature>config</feature> - <feature>jclouds-guice</feature> <feature>jclouds</feature> + <feature>jclouds-commands</feature> <feature>jclouds-compute</feature> - <feature>jclouds-api-filesystem</feature> - <feature>jclouds-api-elasticstack</feature> - <feature>jclouds-api-vcloud</feature> + <feature>jclouds-guice</feature> + <feature>jclouds-services</feature> + <feature>jclouds-url-handler</feature> <feature>jclouds-api-byon</feature> - <feature>jclouds-api-swift</feature> + <feature>jclouds-api-chef</feature> + <feature>jclouds-api-cloudstack</feature> + <feature>jclouds-api-elasticstack</feature> + <feature>jclouds-api-ec2</feature> + <feature>jclouds-api-filesystem</feature> <feature>jclouds-api-openstack-nova</feature> <feature>jclouds-api-openstack-cinder</feature> - <feature>jclouds-api-s3</feature> - <feature>jclouds-api-ec2</feature> - <feature>jclouds-api-cloudstack</feature> <feature>jclouds-api-rackspace-cloudidentity</feature> - <feature>jclouds-api-chef</feature> + <feature>jclouds-api-s3</feature> + <feature>jclouds-api-swift</feature> + <feature>jclouds-api-vcloud</feature> <feature>jclouds-aws-cloudwatch</feature> <feature>jclouds-aws-ec2</feature> <feature>jclouds-aws-s3</feature> <feature>jclouds-azureblob</feature> + <feature>jclouds-chef</feature> <feature>jclouds-cloudfiles-uk</feature> <feature>jclouds-cloudfiles-us</feature> - <feature>jclouds-rackspace-cloudloadbalancers-us</feature> - <feature>jclouds-rackspace-cloudloadbalancers-uk</feature> <feature>jclouds-cloudserver-uk</feature> <feature>jclouds-cloudserver-us</feature> - <feature>jclouds-rackspace-cloudservers-us</feature> - <feature>jclouds-rackspace-cloudservers-uk</feature> + <feature>jclouds-digitalocean</feature> <feature>jclouds-elastichosts-lon-b</feature> <feature>jclouds-elastichosts-lon-p</feature> <feature>jclouds-elastichosts-sat-p</feature> @@ -209,14 +210,13 @@ <feature>jclouds-hpcloud-objectstorage</feature> <feature>jclouds-hpcloud-compute</feature> <feature>jclouds-openhosting-east1</feature> + <feature>jclouds-rackspace-cloudloadbalancers-uk</feature> + <feature>jclouds-rackspace-cloudloadbalancers-us</feature> + <feature>jclouds-rackspace-cloudservers-uk</feature> + <feature>jclouds-rackspace-cloudservers-us</feature> <feature>jclouds-serverlove-z1-man</feature> <feature>jclouds-skalicloud-sdg-my</feature> <feature>jclouds-softlayer</feature> - <feature>jclouds-digitalocean</feature> - <feature>jclouds-services</feature> - <feature>jclouds-commands</feature> - <feature>jclouds-chef</feature> - <feature>jclouds-url-handler</feature> </features> <includeMvnBasedDescriptors>true</includeMvnBasedDescriptors> <repository>target/features-repo</repository>
