Skip to content

Commit

Permalink
Do not execute any phase for maven plugin :start (#9128)
Browse files Browse the repository at this point in the history
  • Loading branch information
pzygielo committed Jan 17, 2023
1 parent 7c7a7f3 commit 5659e6d
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@
package org.eclipse.jetty.maven.plugin;

import org.apache.maven.plugin.MojoExecutionException;
import org.apache.maven.plugins.annotations.Execute;
import org.apache.maven.plugins.annotations.LifecyclePhase;
import org.apache.maven.plugins.annotations.Mojo;
import org.apache.maven.plugins.annotations.ResolutionScope;

Expand All @@ -35,7 +33,6 @@
* </p>
*/
@Mojo(name = "start", requiresDependencyResolution = ResolutionScope.TEST)
@Execute(phase = LifecyclePhase.VALIDATE)
public class JettyStartMojo extends AbstractUnassembledWebAppMojo
{

Expand Down

0 comments on commit 5659e6d

Please sign in to comment.