> +
> +JCLOUDS_VERSION=$1
> +JCLOUDS_VERSION_X=`echo $JCLOUDS_VERSION | cut -c 1-3 | awk '{print $1".x"}'`
> +
> +cd $TMPDIR
> +
> +for name in jclouds jclouds-labs-openstack; do
> +  rm -rf ${name}
> +  git clone https://github.com/jclouds/${name}.git
> +  cd ${name}
> +  git checkout ${JCLOUDS_VERSION_X}
> +  git reset --hard ${name}-${JCLOUDS_VERSION}
> +  cd ..
> +done
> +
> +apis="openstack-glance openstack-neutron openstack-swift openstack-marconi 
> rackspace-autoscale rackspace-cloudfiles"

Is there an easy regular expression we could apply to generate this list? E.g. 
finding all the `<module>...` entries in the parent POM that don't end in 
`-u[s|k]`? Or add a comment such as `<!-- api -->` to the POM?

For the jclouds-labs-openstack stuff, this may well be overkill - just thinking 
about this if we decide to add the labs Javadoc too?

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-site/pull/106/files#r13399066

Reply via email to