From 1dbb11ff17c45fd9884ea27bf50ad11ef68b6036 Mon Sep 17 00:00:00 2001 From: Michael-A-McMahon Date: Fri, 12 Mar 2021 14:21:04 -0800 Subject: [PATCH] Various pom.xml fixes --- pom.xml | 126 +++++++++++++++++++++++++++++++++++++++++++++++--------- 1 file changed, 106 insertions(+), 20 deletions(-) diff --git a/pom.xml b/pom.xml index fe3c510..65113c6 100755 --- a/pom.xml +++ b/pom.xml @@ -27,9 +27,45 @@ com.oracle.database.r2dbc oracle-r2dbc 0.1.0 + oracle-r2dbc + + Oracle R2DBC Driver implementing version 0.8.2 of the R2DBC SPI for Oracle Database. + + + https://github.com/oracle/oracle-r2dbc + + 2019 + + + Universal Permissive License v1.0 + https://opensource.org/licenses/UPL + + + Apache License, Version 2.0 + https://www.apache.org/licenses/LICENSE-2.0 + + + + + Oracle America, Inc. + http://www.oracle.com + + + + https://github.com/oracle/oracle-r2dbc.git + + scm:git:https://github.com/oracle/oracle-r2dbc.git + + scm:git:git@github.com:oracle/oracle-r2dbc.git + + + GitHub + https://github.com/oracle/oracle-r2dbc/issues + 11 + 21.1.0.0 0.8.2.RELEASE 3.3.0.RELEASE 1.0.3 @@ -52,14 +88,13 @@ -Xlint:-serial true - ${java.version} - ${java.version} + ${java.version} org.apache.maven.plugins maven-jar-plugin - 2.1 + 3.2.0 @@ -85,15 +120,35 @@ + + org.apache.maven.plugins + maven-source-plugin + 3.2.1 + org.apache.maven.plugins maven-deploy-plugin - 2.8.2 + 3.0.0-M1 + + + org.apache.maven.plugins + maven-install-plugin + 3.0.0-M1 + + + org.apache.maven.plugins + maven-clean-plugin + 3.1.0 + + + org.apache.maven.plugins + maven-resources-plugin + 3.2.0 org.apache.maven.plugins maven-surefire-plugin - 2.22.2 + 3.0.0-M5 **/*Test.java @@ -131,16 +186,7 @@ - ${project.basedir}/target - ${project.build.directory}/classes - ${project.artifactId}-${project.version} - ${project.build.directory}/test-classes - ${project.basedir}/src/main/java - ${project.basedir}/src/test/java - - ${project.basedir}/src/main/resources - ${project.basedir} @@ -151,11 +197,6 @@ META-INF - - - ${project.basedir}/src/test/resources - - @@ -168,7 +209,7 @@ com.oracle.database.jdbc ojdbc11 - 21.1.0.0 + ${ojdbc.version} io.projectreactor @@ -215,6 +256,51 @@ + + + publication + + + release + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + + + attach-javadocs + + jar + + + true + + + + + + org.apache.maven.plugins + maven-source-plugin + + + attach-sources + + jar + + + true + + + + + + + + +