From 79351204c1920759fddae969bc4a4ac2fa694975 Mon Sep 17 00:00:00 2001 From: Martin Kuba Date: Mon, 12 Apr 2021 17:53:11 +0200 Subject: [PATCH] fixed regression with core sources --- perun-wui-core/pom.xml | 13 +++++++++++++ pom.xml | 6 ++++++ 2 files changed, 19 insertions(+) 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