8000 GitHub - jakartaee/jakartaee-api at 8.0.0
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

jakartaee/jakartaee-api

Repository files navigation

Jakarta EE APIs

This project generates the Jakarta EE API jar files and javadocs by combining the artifacts produced by the individual API projects.

To update the version of an API that's included, update the corresponding property in the top level pom.xml file.

To add or remove an API, all pom.xml files will need to be updated.

The file doc-files/speclicense.html should have the content of licenses/EPL.html for non-final releases, and should have the content of licenses/EFSL.html for final releases.

Note that the glassfishbuild-maven-plugin is used to create "clean" pom.xml files to be published for each of the projects.

Building

Prerequisites:

  • JDK8+
  • Maven 3.0.3+

Use the staging profile if necessary to pull in staged versions of artifacts.

Run the full build:

mvn -Pstaging install javadoc:javadoc

Locate the API jar files:

  • jakartaee-api/target/jakartaee-api-{version}.jar
  • jakartaee-web-api/target/jakartaee-web-api-{version}.jar

Locate the javadocs:

  • jakartaee-api/target/site/apidocs
  • jakartaee-web-api/target/site/apidocs

Locate the Bill Of Materials (BOM) file:

  • jakartaee-bom/target/pom.xml

About

jakartaee-api

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published

Contributors 27

Languages

0