distribution: should copy jars for binary distribution during package phase
diff --git a/distribution/pom.xml b/distribution/pom.xml
index 98ce432..f3279dd 100644
--- a/distribution/pom.xml
+++ b/distribution/pom.xml
@@ -37,7 +37,7 @@
 				<artifactId>maven-dependency-plugin</artifactId>
 				<executions>
 				<execution>
-					<phase>install</phase>
+					<phase>package</phase>
 					<goals>
 						<goal>copy-dependencies</goal>
 					</goals>