Repository: jclouds-cli Updated Branches: refs/heads/2.0.x 2367bc56c -> 36f73c1fc
Add Vagrant provider Project: http://git-wip-us.apache.org/repos/asf/jclouds-cli/repo Commit: http://git-wip-us.apache.org/repos/asf/jclouds-cli/commit/36f73c1f Tree: http://git-wip-us.apache.org/repos/asf/jclouds-cli/tree/36f73c1f Diff: http://git-wip-us.apache.org/repos/asf/jclouds-cli/diff/36f73c1f Branch: refs/heads/2.0.x Commit: 36f73c1fc80b30bb7f91681c2140c38231906515 Parents: 2367bc5 Author: Svetoslav Neykov <[email protected]> Authored: Sat Jan 28 23:32:41 2017 +0200 Committer: Ignasi Barrera <[email protected]> Committed: Mon Jan 30 10:36:48 2017 +0100 ---------------------------------------------------------------------- assembly/pom.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/jclouds-cli/blob/36f73c1f/assembly/pom.xml ---------------------------------------------------------------------- diff --git a/assembly/pom.xml b/assembly/pom.xml index 35eaefa..62f69c6 100644 --- a/assembly/pom.xml +++ b/assembly/pom.xml @@ -229,6 +229,7 @@ <feature>jclouds-serverlove-z1-man</feature> <feature>jclouds-skalicloud-sdg-my</feature> <feature>jclouds-softlayer</feature> + <feature>jclouds-vagrant</feature> </features> <includeMvnBasedDescriptors>true</includeMvnBasedDescriptors> <repository>target/features-repo</repository>
