From 3d93a093d39713b91c58150771f8a44788aeaaea Mon Sep 17 00:00:00 2001
From: Christian Wulf <chw@informatik.uni-kiel.de>
Date: Tue, 12 Aug 2014 05:23:59 +0200
Subject: [PATCH] renamed filename for mvn package

---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 5a2b1e31..0d75448d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -108,7 +108,7 @@
 					</execution>
 				</executions>
 				<configuration>
-					<finalName>${project.artifactId}-${project.version}</finalName>
+					<finalName>${project.artifactId}-${project.version}-with-dependencies</finalName>
 				</configuration>
 			</plugin>
 		</plugins>
-- 
GitLab