From fdf19cdf6446815ed155bfb70564e5af8bdedd74 Mon Sep 17 00:00:00 2001 From: Thorsten Ortlepp Date: Sat, 4 May 2024 00:22:32 +0200 Subject: update Maven build --- src/site/markdown/download.md | 3 +++ src/site/markdown/index.md | 5 +++++ src/site/site.xml | 30 ++++++++++++++++++++++++++++++ 3 files changed, 38 insertions(+) create mode 100644 src/site/markdown/download.md create mode 100644 src/site/markdown/index.md create mode 100644 src/site/site.xml (limited to 'src/site') 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 @@ + + + + org.apache.maven.skins + maven-fluido-skin + 2.0.0-M8 + + + + ${project.name} + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.3