From 97bf56c66b658c86c38062a879ea7f13c724f982 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?J=C3=BCrgen=20Walter?= <juergen.walter@uni-wuerzburg.de>
Date: Tue, 20 Dec 2016 15:03:52 +0100
Subject: [PATCH] added source bundle generation to releng

---
 tools.descartes.pmx.releng/pom.xml | 14 +++++++++++++-
 1 file changed, 13 insertions(+), 1 deletion(-)

diff --git a/tools.descartes.pmx.releng/pom.xml b/tools.descartes.pmx.releng/pom.xml
index 70c8db19..cb0512e7 100644
--- a/tools.descartes.pmx.releng/pom.xml
+++ b/tools.descartes.pmx.releng/pom.xml
@@ -50,7 +50,19 @@
 				<groupId>org.eclipse.tycho</groupId>
 				<artifactId>tycho-maven-plugin</artifactId>
 			</plugin>
-
+		    <plugin>
+       			<groupId>org.eclipse.tycho</groupId>
+				<artifactId>tycho-source-plugin</artifactId>
+				<version>${tycho-version}</version>
+				<executions>
+					<execution>
+    				<id>plugin-source</id>
+					    <goals>
+							<goal>plugin-source</goal>
+					    </goals>
+					</execution>
+				</executions>
+			</plugin>
 			<plugin>
 				<groupId>org.eclipse.tycho</groupId>
 				<artifactId>target-platform-configuration</artifactId>
-- 
GitLab