[spring-extensions] 03/03: INFRA-110 - Add site descriptor.
Tom Zeller
tzeller at dragonacea.biz
Mon May 9 17:40:25 EDT 2016
This is an automated email from the git hooks/post-receive script.
tzeller pushed a commit to branch master
in repository spring-extensions.
commit ca405a9299785da625c8cc4bc7065a278dabe7b6
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Mon May 9 16:39:40 2016 -0500
INFRA-110 - Add site descriptor.
Required to generate the Maven site.
---
src/site/site.xml | 11 +++++++++++
1 file changed, 11 insertions(+)
diff --git a/src/site/site.xml b/src/site/site.xml
new file mode 100644
index 0000000..8068292
--- /dev/null
+++ b/src/site/site.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xmlns="http://maven.apache.org/DECORATION/1.1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/DECORATION/1.1.0 http://maven.apache.org/xsd/decoration-1.1.0.xsd">
+
+ <publishDate position="navigation-bottom" />
+
+ <body>
+ <menu ref="reports" />
+ </body>
+
+</project>
\ No newline at end of file
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list