aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorThorsten Ortlepp <post@ortlepp.eu>2024-05-04 00:22:32 +0200
committerThorsten Ortlepp <post@ortlepp.eu>2024-05-04 00:22:32 +0200
commitfdf19cdf6446815ed155bfb70564e5af8bdedd74 (patch)
treeebf6ff6f760feac3eb9629a4744fce0079623c76 /src
parent008a7eb8cbbbc233a19f3b926011797e30bfe4be (diff)
downloadnotification-sender-fdf19cdf6446815ed155bfb70564e5af8bdedd74.zip
update Maven build
Diffstat (limited to 'src')
-rw-r--r--src/site/markdown/download.md3
-rw-r--r--src/site/markdown/index.md5
-rw-r--r--src/site/site.xml30
3 files changed, 38 insertions, 0 deletions
diff --git a/src/site/markdown/download.md b/src/site/markdown/download.md
new file mode 100644
index 0000000..df65e90
--- /dev/null
+++ b/src/site/markdown/download.md
@@ -0,0 +1,3 @@
+# Download notification-sender
+
+Download JAR files of notification-sender at [https://dev.ortlepp.ms/build/eu/ortlepp/notification-sender/](https://dev.ortlepp.ms/build/eu/ortlepp/notification-sender/)
diff --git a/src/site/markdown/index.md b/src/site/markdown/index.md
new file mode 100644
index 0000000..7b4909d
--- /dev/null
+++ b/src/site/markdown/index.md
@@ -0,0 +1,5 @@
+# notification-sender
+
+**AWS Lambda to send notifications via SNS**
+
+For more information, see [README.md](https://git.ortlepp.ms/web/r/notification-sender.git/b/main/t/f=README.md.html)
diff --git a/src/site/site.xml b/src/site/site.xml
new file mode 100644
index 0000000..485c542
--- /dev/null
+++ b/src/site/site.xml
@@ -0,0 +1,30 @@
+<project>
+
+ <skin>
+ <groupId>org.apache.maven.skins</groupId>
+ <artifactId>maven-fluido-skin</artifactId>
+ <version>2.0.0-M8</version>
+ </skin>
+
+ <bannerLeft>
+ <name>${project.name}</name>
+ </bannerLeft>
+
+ <version position="right"/>
+ <publishDate position="right"/>
+
+ <body>
+ <menu name="Overview">
+ <item name="Introduction" href="index.html" />
+ <item name="Download" href="download.html" />
+ </menu>
+ <menu ref="modules" />
+ <menu ref="reports" />
+
+ <breadcrumbs>
+ <item name="Projects" href="../index.html"/>
+ <item name="${project.name}" href="index.html"/>
+ </breadcrumbs>
+ </body>
+
+</project>