You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2019/01/15 15:35:12 UTC

[maven-site] branch master updated: Add README.md

This is an automated email from the ASF dual-hosted git repository.

hboutemy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-site.git


The following commit(s) were added to refs/heads/master by this push:
     new 3c07105  Add README.md
3c07105 is described below

commit 3c071050386b8dc1f785d7c977ec0f418906df2d
Author: John Lin <jo...@gmail.com>
AuthorDate: Mon Jan 14 13:54:37 2019 +0800

    Add README.md
---
 README.md | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/README.md b/README.md
new file mode 100644
index 0000000..804e5ee
--- /dev/null
+++ b/README.md
@@ -0,0 +1,14 @@
+# Maven Site
+
+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/>.