Contribute to this Website
This website is a simple JBake project you can find at:
To submit a change do the following:
-
Create a ticket on https://issues.apache.org/jira/browse/TOMEE
-
Open a PR in the GitHub mirror with the ticket number e.g
TOMEE-1000 - Ticket Description
A committer will review it and redeploy the website using a Jenkins CI build job.
Building the website is mainly about running mvn compile
, note you can use JBake
main to develop.
Publishing the website is about running mvn pre-site
- needs to be a TomEE committer.
Here you can find the video tutorial on how to contribute to this Website.