From da913b928a828f5da244d7a6921fe7865cd52d7f Mon Sep 17 00:00:00 2001 From: Hu Date: Mon, 27 Nov 2023 16:01:29 -0500 Subject: [PATCH] update poms --- gsrs-fda-substance-extension/pom.xml | 36 +++++++++++- gsrs-module-substance-example/pom.xml | 56 ++++++++++++++----- gsrs-module-substances-api/pom.xml | 40 ++++++++++++- gsrs-module-substances-core/pom.xml | 56 +++++++++++++++++-- gsrs-module-substances-data-exchange/pom.xml | 42 ++++++++++++-- gsrs-module-substances-dto/pom.xml | 40 ++++++++++++- .../pom.xml | 36 +++++++++++- .../pom.xml | 33 ++++++++++- gsrs-module-substances-tests/pom.xml | 38 ++++++++++++- gsrs-ncats-substance-extension/pom.xml | 40 +++++++++++-- pom.xml | 37 ++++++++++-- 11 files changed, 414 insertions(+), 40 deletions(-) diff --git a/gsrs-fda-substance-extension/pom.xml b/gsrs-fda-substance-extension/pom.xml index 9ab670509..da1db3e89 100644 --- a/gsrs-fda-substance-extension/pom.xml +++ b/gsrs-fda-substance-extension/pom.xml @@ -5,7 +5,7 @@ gsrs-module-substances gov.nih.ncats - 3.1-SNAPSHOT + 3.1 4.0.0 @@ -193,4 +193,38 @@ + + + + org.apache.maven.plugins + maven-source-plugin + 2.2.1 + + + attach-sources + + jar-no-fork + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + + -Xdoclint:none + -Xdoclint:none + -Xdoclint:none + + + + attach-javadocs + + jar + + + + + + diff --git a/gsrs-module-substance-example/pom.xml b/gsrs-module-substance-example/pom.xml index 0ac57b61d..7b268559a 100644 --- a/gsrs-module-substance-example/pom.xml +++ b/gsrs-module-substance-example/pom.xml @@ -5,7 +5,7 @@ gsrs-module-substances gov.nih.ncats - 3.1-SNAPSHOT + 3.1 4.0.0 @@ -18,7 +18,7 @@ - + org.apache.maven.plugins maven-surefire-plugin @@ -27,15 +27,45 @@ -Xmx3500m - - org.apache.maven.plugins - maven-compiler-plugin - - 8 - 8 - - - + + org.apache.maven.plugins + maven-compiler-plugin + + 8 + 8 + + + + org.apache.maven.plugins + maven-source-plugin + 2.2.1 + + + attach-sources + + jar-no-fork + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + + -Xdoclint:none + -Xdoclint:none + -Xdoclint:none + + + + attach-javadocs + + jar + + + + + - diff --git a/gsrs-module-substances-data-exchange/pom.xml b/gsrs-module-substances-data-exchange/pom.xml index f6e354ca4..d4c99a598 100644 --- a/gsrs-module-substances-data-exchange/pom.xml +++ b/gsrs-module-substances-data-exchange/pom.xml @@ -5,7 +5,7 @@ gsrs-module-substances gov.nih.ncats - 3.1-SNAPSHOT + 3.1 4.0.0 @@ -14,7 +14,7 @@ gov.nih.ncats gsrs-core-entities - 3.1-SNAPSHOT + ${gsrs.version} compile @@ -46,13 +46,13 @@ gov.nih.ncats gsrs-data-exchange - 3.1-SNAPSHOT + ${gsrs.version} compile gov.nih.ncats gsrs-module-substances-core - 3.1-SNAPSHOT + ${gsrs.substance.version} compile @@ -62,4 +62,38 @@ 8 + + + + org.apache.maven.plugins + maven-source-plugin + 2.2.1 + + + attach-sources + + jar-no-fork + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + + -Xdoclint:none + -Xdoclint:none + -Xdoclint:none + + + + attach-javadocs + + jar + + + + + + \ No newline at end of file diff --git a/gsrs-module-substances-dto/pom.xml b/gsrs-module-substances-dto/pom.xml index 47a79ea96..78a3d2ad6 100644 --- a/gsrs-module-substances-dto/pom.xml +++ b/gsrs-module-substances-dto/pom.xml @@ -5,7 +5,7 @@ gsrs-module-substances gov.nih.ncats - 3.1-SNAPSHOT + 3.1 @@ -33,15 +33,49 @@ gov.nih.ncats molwitch - 0.6.5-SNAPSHOT + 0.6.5 gov.nih.ncats gsrs-core - 3.1-SNAPSHOT + ${gsrs.version} + + + + org.apache.maven.plugins + maven-source-plugin + 2.2.1 + + + attach-sources + + jar-no-fork + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + + -Xdoclint:none + -Xdoclint:none + -Xdoclint:none + + + + attach-javadocs + + jar + + + + + + diff --git a/gsrs-module-substances-spring-boot-autoconfigure/pom.xml b/gsrs-module-substances-spring-boot-autoconfigure/pom.xml index 722815c1f..a6f863d4a 100644 --- a/gsrs-module-substances-spring-boot-autoconfigure/pom.xml +++ b/gsrs-module-substances-spring-boot-autoconfigure/pom.xml @@ -5,7 +5,7 @@ gsrs-module-substances gov.nih.ncats - 3.1-SNAPSHOT + 3.1 4.0.0 @@ -123,4 +123,38 @@ + + + + org.apache.maven.plugins + maven-source-plugin + 2.2.1 + + + attach-sources + + jar-no-fork + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + + -Xdoclint:none + -Xdoclint:none + -Xdoclint:none + + + + attach-javadocs + + jar + + + + + + diff --git a/gsrs-module-substances-spring-boot-starter/pom.xml b/gsrs-module-substances-spring-boot-starter/pom.xml index 04770a47c..dea666106 100644 --- a/gsrs-module-substances-spring-boot-starter/pom.xml +++ b/gsrs-module-substances-spring-boot-starter/pom.xml @@ -5,7 +5,7 @@ gsrs-module-substances gov.nih.ncats - 3.1-SNAPSHOT + 3.1 4.0.0 @@ -48,4 +48,35 @@ + + + + org.apache.maven.plugins + maven-jar-plugin + 2.4 + + + javadoc-jar + package + + jar + + + javadoc + + + + sources-jar + package + + jar + + + sources + + + + + + diff --git a/gsrs-module-substances-tests/pom.xml b/gsrs-module-substances-tests/pom.xml index b7754e312..f3a0cecef 100644 --- a/gsrs-module-substances-tests/pom.xml +++ b/gsrs-module-substances-tests/pom.xml @@ -5,7 +5,7 @@ gsrs-module-substances gov.nih.ncats - 3.1-SNAPSHOT + 3.1 @@ -33,7 +33,7 @@ gov.nih.ncats molwitch - 0.6.5-SNAPSHOT + 0.6.5 gov.nih.ncats @@ -51,4 +51,38 @@ 3.8.6 + + + + org.apache.maven.plugins + maven-source-plugin + 2.2.1 + + + attach-sources + + jar-no-fork + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + + -Xdoclint:none + -Xdoclint:none + -Xdoclint:none + + + + attach-javadocs + + jar + + + + + + diff --git a/gsrs-ncats-substance-extension/pom.xml b/gsrs-ncats-substance-extension/pom.xml index 3fde24558..53932639f 100644 --- a/gsrs-ncats-substance-extension/pom.xml +++ b/gsrs-ncats-substance-extension/pom.xml @@ -5,7 +5,7 @@ gsrs-module-substances gov.nih.ncats - 3.1-SNAPSHOT + 3.1 @@ -15,6 +15,38 @@ gsrs-ncats-substance-extension 4.0.0 + + + org.apache.maven.plugins + maven-source-plugin + 2.2.1 + + + attach-sources + + jar-no-fork + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + + -Xdoclint:none + -Xdoclint:none + -Xdoclint:none + + + + attach-javadocs + + jar + + + + + src/main/resources @@ -80,7 +112,7 @@ gov.nih.ncats molwitch - 0.6.5-SNAPSHOT + 0.6.5 org.projectlombok @@ -164,7 +196,7 @@ gov.nih.ncats gsrs-module-substances-dto - 3.1-SNAPSHOT + ${gsrs.substance.version} compile