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



<pluginManagement> <pluginManagement>
<plugins> <plugins>
<plugin>
<artifactId>maven-source-plugin</artifactId>
<configuration>
<skipSource>true</skipSource>
</configuration>
</plugin>
<!--This plugin's configuration is used to store Eclipse <!--This plugin's configuration is used to store Eclipse
m2e settings only. It has no influence on the Maven build itself. --> m2e settings only. It has no influence on the Maven build itself. -->
<plugin> <plugin>

+ 0
- 6
themes/pom.xml View File



<pluginManagement> <pluginManagement>
<plugins> <plugins>
<plugin>
<artifactId>maven-source-plugin</artifactId>
<configuration>
<skipSource>true</skipSource>
</configuration>
</plugin>
<!--This plugin's configuration is used to store Eclipse <!--This plugin's configuration is used to store Eclipse
m2e settings only. It has no influence on the Maven build itself. --> m2e settings only. It has no influence on the Maven build itself. -->
<plugin> <plugin>

Loading…
Cancel
Save