> + sed -i ""
> "s#<module>route53</module>#<module>route53</module><module>${api}</module>#g"
> jclouds/apis/pom.xml
> +done
> +
> +providers="rackspace-autoscale-us rackspace-cloudqueues-us
> rackspace-cloudqueues-uk rackspace-cloudfiles-uk rackspace-cloudfiles-us"
> +
> +for provider in ${providers}; do
> + mv jclouds-labs-openstack/${provider} jclouds/providers/
> + sed -i ""
> "s#<module>dynect</module>#<module>dynect</module><module>${provider}</module>#g"
> jclouds/providers/pom.xml
> +done
> +
> +cd jclouds
> +mvn clean javadoc:aggregate -Dnotimestamp=true -DadditionalJOption=-J-Xmx512m
> +
> +cd $DIR
> +
> +mkdir -p $JCLOUDS_VERSION_X
Oops. That should be
mkdir -p reference/javadoc/$JCLOUDS_VERSION_X/
I'll fix that. It's there to create the Javadoc dir in case it doesn't already
exist. e.g. When we move to a new minor version like 1.8.x
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-site/pull/106/files#r13405223