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 --- pom.xml | 174 +++++++++++++++++++++++++++++++++++++++--- src/site/markdown/download.md | 3 + src/site/markdown/index.md | 5 ++ src/site/site.xml | 30 ++++++++ 4 files changed, 201 insertions(+), 11 deletions(-) create mode 100644 src/site/markdown/download.md create mode 100644 src/site/markdown/index.md create mode 100644 src/site/site.xml diff --git a/pom.xml b/pom.xml index 4d0f7f7..425fe37 100644 --- a/pom.xml +++ b/pom.xml @@ -4,14 +4,41 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 + notification-sender + AWS Lambda to send notifications via SNS + https://dev.ortlepp.ms/project/notification-sender/ + eu.ortlepp notification-sender - 1.0 + ${revision} 21 21 UTF-8 + UTF-8 + + 1.0 + + + + 2.25.35 + 1.2.3 + 2.17.0 + 5.10.2 + 4.0.0-M13 + 3.1.2 + 3.5.0 + 3.5.2 + 3.2.5 + 3.2.5 + 3.2.5 + 3.3.1 + 3.22.0 + 3.3.2 + 4.8.4.0 + 3.5.3 + 3.5.3 @@ -19,7 +46,7 @@ software.amazon.awssdk bom - 2.25.35 + ${software-amazon-awssdk.version} pom import @@ -30,7 +57,7 @@ com.amazonaws aws-lambda-java-core - 1.2.3 + ${aws-lambda-java-core.version} @@ -41,24 +68,53 @@ com.fasterxml.jackson.core jackson-databind - 2.17.0 + ${jackson-databind.version} org.junit.jupiter junit-jupiter - 5.10.2 + ${junit-jupiter.version} test - ${project.artifactId} + ${project.artifactId}-${project.version} + + + + + org.apache.maven.plugins + maven-site-plugin + ${maven-site-plugin.version} + + + org.apache.maven.plugins + maven-deploy-plugin + ${maven-deploy-plugin.version} + + + + + + + org.apache.maven.wagon + wagon-ftp + ${wagon-ftp.version} + + + org.apache.maven.wagon + wagon-ssh + ${wagon-ssh.version} + + + org.apache.maven.plugins maven-shade-plugin - 3.5.2 + ${maven-shade-plugin.version} false @@ -88,18 +144,18 @@ maven-surefire-plugin - 3.2.5 + ${maven-surefire-plugin.version} maven-failsafe-plugin - 3.2.5 + ${maven-failsafe-plugin.version} org.apache.maven.plugins maven-checkstyle-plugin - 3.3.1 + ${maven-checkstyle-plugin.version} google_checks.xml true @@ -108,7 +164,7 @@ - validate + validate-checkstyle validate check @@ -116,7 +172,103 @@ + + + org.apache.maven.plugins + maven-site-plugin + + + + org.apache.maven.plugins + maven-deploy-plugin + + + + + org.apache.maven.plugins + maven-project-info-reports-plugin + ${maven-project-info-reports-plugin.version} + + + + org.apache.maven.plugins + maven-surefire-report-plugin + ${maven-surefire-report-plugin.version} + + + + org.apache.maven.plugins + maven-checkstyle-plugin + ${maven-checkstyle-plugin.version} + + google_checks.xml + false + false + true + + + + + org.apache.maven.plugins + maven-pmd-plugin + ${maven-pmd-plugin.version} + + + + com.github.spotbugs + spotbugs-maven-plugin + ${spotbugs-maven-plugin.version} + + + + org.apache.maven.plugins + maven-jxr-plugin + ${maven-jxr-plugin.version} + + + + + + + publish-web-ftps + Public Website + ftps://ngcobalt21.manitu.net:21/projects/notification-sender + + + publish-web-sftp + sftp://dev.ortlepp.ms:23/build + + + + + scm:git:https://git.ortlepp.ms/notification-sender.git + https://git.ortlepp.ms/web/r/notification-sender.git/ + + + + + MIT + https://dev.ortlepp.ms/resources/mit-license.html + manual + The MIT License + + + + + + thorstenortlepp + Thorsten Ortlepp + post@ortlepp.eu + http://www.ortlepp.eu + + architect + developer + + Europe/Berlin + + + 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