From f536ab685e25e78e2c01575afa8d8fe4a0e0c41c Mon Sep 17 00:00:00 2001 From: cccs-br Date: Thu, 28 Dec 2023 16:54:11 -0500 Subject: [PATCH] nexus staging plugin --- pom.xml | 67 ++++++++++++++++++++++++++------------------------------- 1 file changed, 30 insertions(+), 37 deletions(-) diff --git a/pom.xml b/pom.xml index f441203..f32eca3 100644 --- a/pom.xml +++ b/pom.xml @@ -93,8 +93,8 @@ ossrh https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/ - - + + scala-tools.org @@ -111,10 +111,17 @@ + + org.apache.maven.plugins + maven-compiler-plugin + + ${java.version} + ${java.version} + + org.apache.maven.plugins maven-source-plugin - 3.2.1 attach-sources @@ -125,52 +132,27 @@ + + org.apache.maven.plugins + maven-surefire-plugin + 2.7 + + true + + net.alchim31.maven scala-maven-plugin 4.8.1 - - - attach-javadocs - - doc-jar - - - - - - org.scala-tools - maven-scala-plugin - 2.15.2 compile testCompile + doc-jar - - - -deprecation - - - - - org.apache.maven.plugins - maven-surefire-plugin - 2.7 - - true - - - - org.apache.maven.plugins - maven-compiler-plugin - - ${java.version} - ${java.version} - org.scalatest @@ -190,6 +172,17 @@ + + org.sonatype.plugins + nexus-staging-maven-plugin + 1.6.7 + true + + ossrh + https://s01.oss.sonatype.org/ + true + +