Update GitHub conventions for milestones and PRs

Clarify the use of milestones for PRs and issues, and update instructions on automated actions.
1 file changed
tree: 79219b65f702e5c8b2c8b45ac73ebba8adb7a3b2
  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