Copy of
adapted for jakarata-servlet (EE9+) and extends with JPMS.
For documentation see https://weblegacy.github.io/tiles-jakarta.
| Version | JEE-Version | Java-Version | Servlet | JSP | EL | JSF | JSTL |
|---|---|---|---|---|---|---|---|
| 1.0.0 - WiP | Jakarta EE 9 | 8 | 5.0 | 3.0 | 4.0 | 3.0 | 2.0 |
- Apache Maven 3.9.0+
- 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 site:stage - Publish site-documentation
mvn clean site site:stagemvn scm-publish:publish-scm
- 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