You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Maven Assembly plugin right now runs the assembly phase when in package. This causes Assembly to run twice. Instead, we should run the single phase, which only runs once.
For the life of me, I can't tell why assembly runs it twice. @heuermh?
The text was updated successfully, but these errors were encountered:
"The main goal in the assembly plugin is the single goal. It is used to create all assemblies. All other goals are deprecated and will be removed in a future release." http://maven.apache.org/plugins/maven-assembly-plugin/
The Maven Assembly plugin right now runs the
assembly
phase when inpackage
. This causes Assembly to run twice. Instead, we should run thesingle
phase, which only runs once.For the life of me, I can't tell why
assembly
runs it twice. @heuermh?The text was updated successfully, but these errors were encountered: