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 cb7de7bee..46fcaa0f6 100644 --- a/sct-app/pom.xml +++ b/sct-app/pom.xml @@ -131,6 +131,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 + + + +