Browse Source

Add source JAR to themes and compatibility-themes (#9709)

tags/8.1.0
Henri Sara 6 years ago
parent
commit
913e55ae40
2 changed files with 0 additions and 12 deletions
  1. 0
    6
      compatibility-themes/pom.xml
  2. 0
    6
      themes/pom.xml

+ 0
- 6
compatibility-themes/pom.xml View File

@@ -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>

+ 0
- 6
themes/pom.xml View File

@@ -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>

Loading…
Cancel
Save