diff options
author | Henri Sara <henri.sara@gmail.com> | 2017-07-24 07:39:57 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-07-24 07:39:57 +0300 |
commit | 913e55ae4084c1f3e8c41b7620f3d7496710ba03 (patch) | |
tree | e903f722316bb49773b2ac29f772c90751b42dea | |
parent | 0092cf6b2152c4f3908af961259db3aa6a3b939c (diff) | |
download | vaadin-framework-913e55ae4084c1f3e8c41b7620f3d7496710ba03.tar.gz vaadin-framework-913e55ae4084c1f3e8c41b7620f3d7496710ba03.zip |
Add source JAR to themes and compatibility-themes (#9709)
-rw-r--r-- | compatibility-themes/pom.xml | 6 | ||||
-rw-r--r-- | themes/pom.xml | 6 |
2 files changed, 0 insertions, 12 deletions
diff --git a/compatibility-themes/pom.xml b/compatibility-themes/pom.xml index e2bebf42fc..3594e83f48 100644 --- a/compatibility-themes/pom.xml +++ b/compatibility-themes/pom.xml @@ -288,12 +288,6 @@ <pluginManagement> <plugins> - <plugin> - <artifactId>maven-source-plugin</artifactId> - <configuration> - <skipSource>true</skipSource> - </configuration> - </plugin> <!--This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself. --> <plugin> diff --git a/themes/pom.xml b/themes/pom.xml index fc0e9fcc6d..e489d803d8 100644 --- a/themes/pom.xml +++ b/themes/pom.xml @@ -179,12 +179,6 @@ <pluginManagement> <plugins> - <plugin> - <artifactId>maven-source-plugin</artifactId> - <configuration> - <skipSource>true</skipSource> - </configuration> - </plugin> <!--This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself. --> <plugin> |