commit | 333c7449628804f159d3f3d2ed59a2532883be8d | [log] [tgz] |
---|---|---|
author | Josh Tynjala <joshtynjala@apache.org> | Wed Feb 22 10:08:35 2023 -0800 |
committer | Josh Tynjala <joshtynjala@apache.org> | Wed Feb 22 10:08:35 2023 -0800 |
tree | 54d3ee89cc5b5e984f986ef8a0f4fcca02611f36 | |
parent | 558949e4d40ffc612d8cb403a9f07d71c27174a8 [diff] |
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>