Files
j2html/website
Scott Embler 930ade9354 Upgrading several maven plugins. (#213)
- The maven-enforcer-plugin had an API incompatibility that might be fixed with a version upgrade.
- Several other plugins were out-of-date, and worth upgrading.
- Some plugins were not upgraded out of concern that they might break the build.
2022-06-30 08:12:09 +02:00
..
2021-06-12 22:19:38 +02:00
2022-06-30 02:13:46 +02:00
2021-06-12 22:19:38 +02:00

j2html.com source code

Running

Run this as any maven project. Website is available on http://localhost:8888/.

Deploying

In order to "deploy" the website, the static files in the j2html/docs must be updated. You can either download the files manually from your browser, or use curl:

curl "http://localhost:8888/" > index.html
curl "http://localhost:8888/download.html" > download.html
curl "http://localhost:8888/examples.html" > examples.html
curl "http://localhost:8888/news.html" > news.html
curl "http://localhost:8888/404.html" > 404.html

Changes will be deployed automatically once they have been merged.