[maven-release-plugin] copy for tag myfaces-core-module-3.0.1
[maven-release-plugin] prepare release myfaces-core-module-3.0.1
10 files changed
tree: 7d4a6769d33f589dcf18fe3b49cabf6ad715cabe
  1. .github/
  2. api/
  3. assembly/
  4. bundle/
  5. impl/
  6. impl-test/
  7. parent/
  8. shared/
  9. shared-public/
  10. test/
  11. .gitignore
  12. .travis.yml
  13. Jenkinsfile
  14. pom.xml
  15. README.md
README.md

Apache MyFaces Core

Build Status License

Apache's implementation of the JavaServer Faces (JSF) and Jakarta Faces specification

3.0.x Branch

The upcoming Jakarta Faces 3.0. It's equals to JSF 2.3 but with “jakarta.faces” packages and constants instead of “javax.faces”.

Minimum Requirements

  • Java 1.8
  • Servlet 5.0
  • EL 3.0
  • CDI 3.0
  • JSTL 2.0 (optional)
  • BV 2.0 (optional)

Installation

mvn clean install