diff --git a/sdk-reactor/pom.xml b/sdk-reactor/pom.xml
index df34708..a742b5c 100644
--- a/sdk-reactor/pom.xml
+++ b/sdk-reactor/pom.xml
@@ -50,4 +50,42 @@
provided
+
+ src/main/java
+
+
+ src/main/resources
+ true
+
+ **/**
+
+
+
+
+ src/test/java
+
+
+ src/test/resources
+ true
+
+ **/**
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-source-plugin
+ 3.0.1
+
+
+ attach-sources
+
+ jar
+
+
+
+
+
+
diff --git a/sdk-springboot/pom.xml b/sdk-springboot/pom.xml
index de45ee7..113ff9c 100644
--- a/sdk-springboot/pom.xml
+++ b/sdk-springboot/pom.xml
@@ -61,4 +61,43 @@
+
+
+ src/main/java
+
+
+ src/main/resources
+ true
+
+ **/**
+
+
+
+
+ src/test/java
+
+
+ src/test/resources
+ true
+
+ **/**
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-source-plugin
+ 3.0.1
+
+
+ attach-sources
+
+ jar
+
+
+
+
+
+
\ No newline at end of file