diff options
-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> |