aboutsummaryrefslogtreecommitdiffstats
path: root/themes/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'themes/pom.xml')
-rw-r--r--themes/pom.xml9
1 files changed, 8 insertions, 1 deletions
diff --git a/themes/pom.xml b/themes/pom.xml
index eb8990b6df..c75a491bb4 100644
--- a/themes/pom.xml
+++ b/themes/pom.xml
@@ -219,7 +219,14 @@
<pluginManagement>
<plugins>
- <!--This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself.-->
+ <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>
<groupId>org.eclipse.m2e</groupId>
<artifactId>lifecycle-mapping</artifactId>