Rename and move security page (#1424)

closes #1423
2 files changed
tree: 5ec781606914055ae92c6b9418d9b60636d90914
  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 Build Jenkins Tests

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