From c30137e677d2377a8662054d5407d22d1d2fc0e7 Mon Sep 17 00:00:00 2001 From: massifben <105049157+massifben@users.noreply.github.com> Date: Wed, 12 Oct 2022 15:34:58 +0200 Subject: [PATCH] [#170] Generate source artefact for each module (#171) Signed-off-by: massifben <105049157+massifben@users.noreply.github.com> --- pom.xml | 15 +++++++++++++++ sct-app/pom.xml | 6 +++++- sct-commons/pom.xml | 5 ++++- sct-data/pom.xml | 10 +++++++++- 4 files changed, 33 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 33081daef..9fddeaa9d 100644 --- a/pom.xml +++ b/pom.xml @@ -39,6 +39,7 @@ 0.9.1 0.0.4 3.4.1 + 3.2.1 @@ -156,6 +157,20 @@ + + org.apache.maven.plugins + maven-source-plugin + ${maven-source-plugin.version} + + + attach-sources + verify + + jar-no-fork + + + + diff --git a/sct-app/pom.xml b/sct-app/pom.xml index b87bea880..1a2857890 100644 --- a/sct-app/pom.xml +++ b/sct-app/pom.xml @@ -126,6 +126,10 @@ + + org.apache.maven.plugins + maven-source-plugin + - \ No newline at end of file + diff --git a/sct-commons/pom.xml b/sct-commons/pom.xml index f47ecc126..ea046ce9f 100644 --- a/sct-commons/pom.xml +++ b/sct-commons/pom.xml @@ -218,7 +218,10 @@ - + + org.apache.maven.plugins + maven-source-plugin + diff --git a/sct-data/pom.xml b/sct-data/pom.xml index 248813512..88da7f986 100644 --- a/sct-data/pom.xml +++ b/sct-data/pom.xml @@ -39,4 +39,12 @@ test - \ No newline at end of file + + + + org.apache.maven.plugins + maven-source-plugin + + + +