The jakarta.ee website is generated with Hugo.
Jakarta EE is the future of cloud native Java. Jakarta EE open source software drives cloud native innovation, modernizes enterprise applications and protects investments in Java EE.
Install dependencies, build assets and start a web server:
npm install
hugo server
Fetch and copy pages for the Specification section:
npm run specifications
master
branch because this used to be an organization website. Please make sure to target the src
branch when submitting a new pull request. A travis-ci job will take care of updating the master branch for us.
- Fork the jakartaee/jakarta.ee repository
- Clone repository:
git clone https://github.com/[your_github_username]/jakarta.ee.git
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -m 'Add some feature' -s
- Push feature branch:
git push origin my-new-feature
- Submit a pull request
Please refer to the CONTRIBUTING.md file for additional information on how to contribute to this project!
This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0 which is available at http://www.eclipse.org/legal/epl-2.0.
SPDX-License-Identifier: EPL-2.0
Images, less and JavaScript files for the Eclipse Foundation look and feel.
Hugo theme of the Eclipse Foundation look and feel.
Have a bug or a feature request? Please search for existing and closed issues. If your problem or idea is not addressed yet, please open a new issue.
Christopher Guindon (Eclipse Foundation)
- Jakarta® is a Trademark of the Eclipse Foundation, Inc.
- Eclipse® is a Trademark of the Eclipse Foundation, Inc.
Copyright 2019 the Eclipse Foundation, Inc. and the jakarta.ee authors. Code released under the Eclipse Public License Version 2.0 (EPL-2.0).