Skip to content

Commit

Permalink
Move assembly to package phase to allow for signing
Browse files Browse the repository at this point in the history
Signed-off-by: Scott M Stark <starksm64@gmail.com>
  • Loading branch information
starksm64 committed Mar 19, 2020
1 parent f2b2169 commit f540e3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion distribution/pom.xml
Expand Up @@ -55,7 +55,7 @@
<executions>
<execution>
<id>make-assembly</id>
<phase>install</phase>
<phase>package</phase>
<goals>
<goal>single</goal>
</goals>
Expand Down

0 comments on commit f540e3d

Please sign in to comment.