From e348e5ecafd7901fd42e69d3bc593f1b1d53ca1f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jan=20Ko=C5=BEusznik?= <jan@kozusznik.cz>
Date: Mon, 11 Jun 2018 14:38:24 +0200
Subject: [PATCH] orche: deploy artifact with sources

---
 haas-java-client/pom.xml | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/haas-java-client/pom.xml b/haas-java-client/pom.xml
index 69a177f9..f70f208e 100644
--- a/haas-java-client/pom.xml
+++ b/haas-java-client/pom.xml
@@ -17,6 +17,16 @@
 					<target>1.8</target>
 				</configuration>
 			</plugin>
+			<plugin>
+		      <artifactId>maven-source-plugin</artifactId>
+		      <executions>
+		        <execution>
+		          <id>attach-sources</id>
+		          <phase>compile</phase>
+		          <goals><goal>jar-no-fork</goal></goals> 
+		        </execution>
+		      </executions>
+		    </plugin>
 		</plugins>
 	</build>
 	<dependencies>
-- 
GitLab