diff --git a/ozgcloud-common-parent/pom.xml b/ozgcloud-common-parent/pom.xml
index ca7184a91b697aa04235a31604d537718c368d06..7fa526ada47b58f86b9d460b01301fca9fc862d4 100644
--- a/ozgcloud-common-parent/pom.xml
+++ b/ozgcloud-common-parent/pom.xml
@@ -373,6 +373,19 @@
 					</execution>
 				</executions>
 			</plugin>
+
+			<plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-source-plugin</artifactId>
+                <executions>
+                    <execution>
+                        <id>attach-sources</id>
+                        <goals>
+                            <goal>jar</goal>
+                        </goals>
+                    </execution>
+                </executions>
+            </plugin>
 		</plugins>
 	</build>