aboutsummaryrefslogtreecommitdiffstats
path: root/buildhelpers
diff options
context:
space:
mode:
Diffstat (limited to 'buildhelpers')
-rw-r--r--buildhelpers/pom.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/buildhelpers/pom.xml b/buildhelpers/pom.xml
index 977f44dea4..48b558b932 100644
--- a/buildhelpers/pom.xml
+++ b/buildhelpers/pom.xml
@@ -63,5 +63,17 @@
</configuration>
</plugin>
</plugins>
+
+ <!-- Skip sources jar -->
+ <pluginManagement>
+ <plugins>
+ <plugin>
+ <artifactId>maven-source-plugin</artifactId>
+ <configuration>
+ <skipSource>true</skipSource>
+ </configuration>
+ </plugin>
+ </plugins>
+ </pluginManagement>
</build>
</project>