Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMat Booth2017-07-26 16:02:20 +0000
committerMat Booth2017-08-10 13:24:44 +0000
commit80dbbc5105869dc66735bfb8bf13f720ba6cdd86 (patch)
treefe62b6b1d8e651dab79920b33eca775ff767ca46 /eclipse-platform-parent/pom.xml
parent9fa902465930bce6bf8dee0e36dc08dd7fb3f631 (diff)
downloadeclipse.platform.releng.aggregator-80dbbc5105869dc66735bfb8bf13f720ba6cdd86.tar.gz
eclipse.platform.releng.aggregator-80dbbc5105869dc66735bfb8bf13f720ba6cdd86.tar.xz
eclipse.platform.releng.aggregator-80dbbc5105869dc66735bfb8bf13f720ba6cdd86.zip
Bug 442770 - Use maven assembly plugin to generate sources tarball
Also standardise on assembly plugin 3.0.0 Change-Id: Ib9365c6a4baef8be230483cd05072786d3771b76 Signed-off-by: Mat Booth <mat.booth@redhat.com>
Diffstat (limited to 'eclipse-platform-parent/pom.xml')
-rw-r--r--eclipse-platform-parent/pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/eclipse-platform-parent/pom.xml b/eclipse-platform-parent/pom.xml
index caa1419f0..4d6f22060 100644
--- a/eclipse-platform-parent/pom.xml
+++ b/eclipse-platform-parent/pom.xml
@@ -540,6 +540,11 @@
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-assembly-plugin</artifactId>
+ <version>3.0.0</version>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-clean-plugin</artifactId>
<version>3.0.0</version>
</plugin>

Back to the top