Bump jakarta.tck:sigtest-maven-plugin from 2.6 to 2.7 Bumps [jakarta.tck:sigtest-maven-plugin](https://github.com/eclipse-ee4j/jakartaee-tck-tools) from 2.6 to 2.7. - [Release notes](https://github.com/eclipse-ee4j/jakartaee-tck-tools/releases) - [Commits](https://github.com/eclipse-ee4j/jakartaee-tck-tools/commits) --- updated-dependencies: - dependency-name: jakarta.tck:sigtest-maven-plugin dependency-version: '2.7' dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
This repository contains the source for:
Jakarta Expression Language API can be built by executing the following from the project root:
cd api mvn clean package
The API jar can then be found in /impl/target.
Jakarta Expression Language specification can be built by executing the following from the project root:
cd spec mvn clean package
The API jar can then be found in /spec/target.
To make changes, fork this repository, make your changes, and submit a pull request.
Jakarta Expression Language defines an expression language for Java applications.