[maven-release-plugin] rollback the release of tobago-4.5.4
17 files changed
tree: 25577675b2da3c91b131305f710b5d33adf08b32
  1. .github/
  2. src/
  3. tobago-assembly/
  4. tobago-core/
  5. tobago-example/
  6. tobago-theme/
  7. tobago-tool/
  8. .gitattributes
  9. .gitignore
  10. build-site.sh
  11. CI.md
  12. Jenkinsfile
  13. pom.xml
  14. README.md
  15. settings-example.xml
  16. 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