Skip to content

Commit

Permalink
clean up lifecycle phases
Browse files Browse the repository at this point in the history
  • Loading branch information
chtompki committed Feb 20, 2018
1 parent 034a25a commit d60d88d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -50,7 +50,7 @@
* @since 1.0
*/
@Mojo(name = "stage-distributions",
defaultPhase = LifecyclePhase.VERIFY,
defaultPhase = LifecyclePhase.DEPLOY,
threadSafe = true,
aggregator = true)
public class CommonsDistributionStagingMojo extends AbstractMojo {
Expand Down
Expand Up @@ -43,7 +43,7 @@
* @since 1.0
*/
@Mojo(name = "compress-site",
defaultPhase = LifecyclePhase.VERIFY,
defaultPhase = LifecyclePhase.POST_SITE,
threadSafe = true,
aggregator = true)
public class CommonsSiteCompressionMojo extends AbstractMojo {
Expand Down

0 comments on commit d60d88d

Please sign in to comment.