Copy of Apache Tiles Request Servlet, adapted for jakarata-servlet (EE9+) and extends with JPMS.
Full CHANGELOG
For documentation see https://weblegacy.github.io/tiles-request-jakarta-servlet.
| Version | JEE-Version | Java-Version | Servlet | JSP | EL | JSF | JSTL |
|---|---|---|---|---|---|---|---|
| 1.0.0 | Jakarta EE 9 | 8 | 5.0 | 3.0 | 4.0 | 3.0 | 2.0 |
- Apache Maven 3.8.1+
- JDK 9+
- release - Signs all of the project's attached artifacts with GnuPG
- Clean full project
mvn clean - Build and test project
- with tests
mvn verify - to skip tests
add-DskipTestsfor examplemvn -DskipTests verify
- with tests
- Generate site-documentation
mvn site - Publish site-documentation
mvn clean site-deploy - Generate Assemblies
mvn package - Deploy all artifacts to
Central-Repomvn deployfor SNAPSHOTsmvn -Prelease clean deployfor releases
- Set version number
mvn versions:set -DnewVersion=... - Dependency Report
mvn versions:display-dependency-updates versions:display-plugin-updates versions:display-property-updates