build(deps): bump org.apache.maven.plugins:maven-pmd-plugin

Bumps [org.apache.maven.plugins:maven-pmd-plugin](https://github.com/apache/maven-pmd-plugin) from 3.21.2 to 3.22.0.
- [Release notes](https://github.com/apache/maven-pmd-plugin/releases)
- [Commits](https://github.com/apache/maven-pmd-plugin/compare/maven-pmd-plugin-3.21.2...maven-pmd-plugin-3.22.0)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-pmd-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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

Building

You need Maven 3 and Java 8 or higher to build Tobago 2.

In the main directory you can use

mvn install

to run the “install” target on all sub-modules.

Demo

Go to the demo example directory:

cd tobago-example/tobago-example-demo

Run with Java 8, JSF 2.0, CDI 1 and Jetty 9:

mvn jetty:run

Run with Java 11, JSF 2.3, CDI 2 and Jetty 10:

mvn jetty:run -Djsf=myfaces-2.3