Archetype 3.4.1 released
4 files changed
tree: 797a9a3ea2cba015111cc46529a792abcdd8ec54
  1. .github/
  2. .mvn/
  3. content/
  4. src/
  5. .asf.yaml
  6. .gitignore
  7. Jenkinsfile
  8. pom.xml
  9. README.md
README.md

Maven Site

Apache License, Version 2.0, January 2004 Jenkins Status

This is the Git repository for the content of https://maven.apache.org/. See website documentation for details on the publication structure.

Run Locally

You can run

$ mvn site:run

to run locally and see the website on http://localhost:8080/.

Additional Resources