build(deps): bump com.googlecode.maven-download-plugin:download-maven-plugin

Bumps [com.googlecode.maven-download-plugin:download-maven-plugin](https://github.com/maven-download-plugin/maven-download-plugin) from 1.8.1 to 1.9.0.
- [Release notes](https://github.com/maven-download-plugin/maven-download-plugin/releases)
- [Commits](https://github.com/maven-download-plugin/maven-download-plugin/compare/1.8.1...1.9.0)

---
updated-dependencies:
- dependency-name: com.googlecode.maven-download-plugin:download-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
1 file changed
tree: 849fe3c57ed8ddfa1fcc72da0e59e2642dadacaf
  1. .github/
  2. src/
  3. tobago-assembly/
  4. tobago-core/
  5. tobago-example/
  6. tobago-theme/
  7. tobago-tool/
  8. .editorconfig
  9. .gitattributes
  10. .gitignore
  11. build-site.sh
  12. CI.md
  13. Jenkinsfile
  14. pom.xml
  15. README.md
  16. settings-example.xml
  17. tobago-pmd-config.xml
README.md

Apache Tobago

License Tobago CI Build Status ASF

Building

You need Maven 3 (at least 3.0.4) and Java 8 or later to build Tobago.

In the project directory you can use:

mvn install  

to run the install target on all sub projects. This will put all necessary artifacts into your local repository.

Demo

In the directory tobago-example/tobago-example-demo call:

mvn jetty:run