Exercising "Getting Started" gives BUILD FAILURE plus example output issues

o Change example archetype to stipulate version, remove line numbers, retain batch mode
o change pom example to mirror version change, update element descriptions
o update test and install example output, remove jar reference
o remove xml tag
o change local-repository to <local-repository>
o change missed /dir> to <dir>
o Closes #416.
1 file changed
tree: 8ed0c297f8cde2e129061e9d5f19beb4d4b6043f
  1. content/
  2. .asf.yaml
  3. .gitignore
  4. Jenkinsfile
  5. Maven Versions 2.odp
  6. pom.xml
  7. README.md
README.md

Maven Site

ASF Jira Apache License, Version 2.0, January 2004 Jenkins Status

This is the Git repository for the content of https://maven.apache.org/.

Run Locally

You can run

$ mvn site:run

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

Additional Resources