diff --git a/perun-wui-core/pom.xml b/perun-wui-core/pom.xml
index 76f6adfb..849f7b59 100644
--- a/perun-wui-core/pom.xml
+++ b/perun-wui-core/pom.xml
@@ -60,6 +60,19 @@
gwt-maven-plugin
+
+ org.apache.maven.plugins
+ maven-source-plugin
+
+
+ attach-sources
+
+ jar
+
+
+
+
+
diff --git a/pom.xml b/pom.xml
index e62f058a..f9ce8bb5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -59,6 +59,12 @@
3.3.1
+
+ org.apache.maven.plugins
+ maven-source-plugin
+ 3.2.1
+
+
org.codehaus.mojo
gwt-maven-plugin