Make deployment script compatible with newer Java

These include a date in the version string.
1 file changed
tree: cfd709296aeb462dddfda76caf40d5f66f6509bf
  1. _includes/
  2. _layouts/
  3. _posts/
  4. blog/
  5. community/
  6. css/
  7. fonts/
  8. guides/
  9. img/
  10. js/
  11. less/
  12. news/
  13. reference/
  14. releasenotes/
  15. start/
  16. .dockerignore
  17. .gitignore
  18. _config.yml
  19. CNAME
  20. CONTRIBUTING.md
  21. deploy-javadoc.sh
  22. deploy-site.sh
  23. doap_jclouds.rdf
  24. Dockerfile
  25. favicon.ico
  26. index.md
  27. latest_snapshot.txt
  28. latest_version.txt
  29. Makefile
  30. README.md
README.md

Apache jclouds®

This repository supports the GitHub Pages site for jclouds. See and read more at http://www.jclouds.org.

To test the site locally you will need to create the site build image with:

make image

Once you have the build image you can use the following command to build and test the site locally:

make build

To deploy the site and make it live run:

make publish