From 3e2d86393884ce8941a1940da3e98d5b2e7667dd Mon Sep 17 00:00:00 2001 From: ebocher Date: Wed, 11 Jan 2023 16:54:54 +0100 Subject: [PATCH] Fix deploy action --- docs/CHANGELOG.md | 3 ++- pom.xml | 25 +++++++++++++++++++++++++ 2 files changed, 27 insertions(+), 1 deletion(-) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 53d1f3d..fd21ddf 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -3,4 +3,5 @@ + Fix javadoc build errors. + Remove OrbisParent dependency + Fix HERMANNSKOGEL DATUM , add seven parameters transformation -+ Fix POSTDAM DATUM, add seven parameters transformation \ No newline at end of file ++ Fix POSTDAM DATUM, add seven parameters transformation ++ Add maven deploy profile \ No newline at end of file diff --git a/pom.xml b/pom.xml index 92ece8e..3169663 100644 --- a/pom.xml +++ b/pom.xml @@ -265,4 +265,29 @@ + + + deploy + + + + org.apache.maven.plugins + maven-gpg-plugin + + + + + + + + + ossrh + https://oss.sonatype.org/content/repositories/snapshots + + + ossrh + https://oss.sonatype.org/service/local/staging/deploy/maven2/ + + +