diff options
Diffstat (limited to 'maven-meeper/src/site/xdoc/xdoc.xml')
-rw-r--r-- | maven-meeper/src/site/xdoc/xdoc.xml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/maven-meeper/src/site/xdoc/xdoc.xml b/maven-meeper/src/site/xdoc/xdoc.xml new file mode 100644 index 000000000..1b3e4f6cf --- /dev/null +++ b/maven-meeper/src/site/xdoc/xdoc.xml @@ -0,0 +1,15 @@ +<?xml version="1.0"?> +<document> + <properties> + <title>Welcome</title> + <author email="dev@maven.apache.org">The Maven Team</author> + </properties> + <body> + <section name="Welcome to an XDOC file!"> + <p> + This is some text for the xdoc file. + </p> + </section> + </body> +</document> + |