From 69799cdbb5fca9ded7fe3b8d930c269e5c523801 Mon Sep 17 00:00:00 2001 From: bvn13 Date: Sun, 25 Sep 2022 21:26:01 +0300 Subject: [PATCH] pom update --- pom.xml | 252 +++++++++++++++++++++++++++++++++++++++++++++++--------- 1 file changed, 213 insertions(+), 39 deletions(-) diff --git a/pom.xml b/pom.xml index 0a8e56f..c1f96e2 100644 --- a/pom.xml +++ b/pom.xml @@ -7,14 +7,31 @@ GpxAndroidSdk me.bvn13.sdk.android.gpx 1.0-SNAPSHOT + jar - consoleApp + GPX Android SDK (Kotlin) + Android SDK for manipulating GPX files (Kotlin) + https://github.com/bvn13/GpxAndroidSdk + UTF-8 + UTF-8 + official 1.8 + + https://s01.oss.sonatype.org + 2.8.2 + 3.0.0-M7 + 1.6.13 + 1.6 + 1.18.0 + + 1.7.10 + 5.8.2 + 5.4.2 @@ -24,14 +41,61 @@ + + + internal.repo + Temporary Staging Repository + file://${project.build.directory}/mvn-repo + + + + + org.jetbrains.kotlin + kotlin-test-junit5 + ${kotlin-junit.version} + test + + + org.junit.jupiter + junit-jupiter-engine + ${jupiter.version} + test + + + org.junit.jupiter + junit-jupiter-api + ${jupiter.version} + test + + + org.jetbrains.kotlin + kotlin-stdlib-jdk8 + ${kotlin-junit.version} + + + io.kotest + kotest-runner-junit5-jvm + ${kotest.version} + test + + + io.kotest + kotest-assertions-core-jvm + ${kotest.version} + test + + + + gpx-android-sdk + src/main/kotlin src/test/kotlin org.jetbrains.kotlin kotlin-maven-plugin - 1.7.10 + ${kotlin-junit.version} compile @@ -69,44 +133,154 @@ + + + + + maven-source-plugin + + + attach-sources + + jar-no-fork + + + + + + maven-surefire-plugin + ${maven-surefire-plugin.version} + + + com.amashchenko.maven.plugin + gitflow-maven-plugin + ${gitflow-maven-plugin.version} + + false + + develop + + true + 2 + + + + - - - org.jetbrains.kotlin - kotlin-test-junit5 - 1.7.10 - test - - - org.junit.jupiter - junit-jupiter-engine - 5.8.2 - test - - - org.junit.jupiter - junit-jupiter-api - 5.8.2 - test - - - org.jetbrains.kotlin - kotlin-stdlib-jdk8 - 1.7.10 - - - io.kotest - kotest-runner-junit5-jvm - 5.4.2 - test - - - io.kotest - kotest-assertions-core-jvm - 5.4.2 - test - - + + + bvn13 + Vyacheslav Boyko + dev@bvn13.me + + Developer + + + + + + scm:git:git://github.com/bvn13/OpenFeign-NormalizedLogger.git + scm:git:ssh://git@github.com:bvn13/OpenFeign-NormalizedLogger.git + HEAD + https://github.com/bvn13/OpenFeign-NormalizedLogger.git + + + + + release + + + + org.apache.maven.plugins + maven-source-plugin + + + attach-sources + verify + + jar-no-fork + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + + + attach-javadocs + + jar + + + + + + org.apache.maven.plugins + maven-deploy-plugin + ${maven-deploy-plugin.version} + + true + + + + org.sonatype.plugins + nexus-staging-maven-plugin + ${nexus-staging-maven-plugin.version} + true + + + default-deploy + deploy + + deploy + + + + + ossrh + ${nexus.url} + true + + + + org.apache.maven.plugins + maven-gpg-plugin + ${maven-gpg-plugin.version} + + + sign-artifacts + verify + + sign + + + + + + + + + + ossrh + ${nexus.url}/content/repositories/snapshots + + + ossrh + ${nexus.url}/service/local/staging/deploy/maven2/ + + + + + + jcenter + JCenter + https://jcenter.bintray.com/ + + + + + \ No newline at end of file