summaryrefslogtreecommitdiffstats
path: root/buildhelpers
diff options
context:
space:
mode:
authorTeemu Suo-Anttila <teemusa@vaadin.com>2016-04-11 13:31:41 +0300
committerTeemu Suo-Anttila <teemusa@vaadin.com>2016-04-11 16:51:21 +0300
commitf776982842daa0dcdf04cc7055afaae9d3386280 (patch)
tree56fb5ef43b48a6c4710ffc0799d097de2a8899cc /buildhelpers
parent7c6710191bd8a5be69c2ec6fc356f013bd36aaf7 (diff)
downloadvaadin-framework-f776982842daa0dcdf04cc7055afaae9d3386280.tar.gz
vaadin-framework-f776982842daa0dcdf04cc7055afaae9d3386280.zip
Generate sources with release profile
This patch refactors how unpacking of dependencies is handled. It now uses a more generic configuration on top level as well as updates the phase where the extraction happens. This way the source plugin configuration remains small Change-Id: I952ec84e05eac255f8b44044baceba37e07737c5
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>