Merge remote-tracking branch 'origin/jetty-11.0.x' into jetty-12.0.x

This commit is contained in:
Jan Bartel 2023-01-18 10:24:39 +11:00
commit 7005300421
2 changed files with 0 additions and 4 deletions

View File

@ -35,7 +35,6 @@ import org.apache.maven.plugins.annotations.ResolutionScope;
* </p>
*/
@Mojo(name = "start", requiresDependencyResolution = ResolutionScope.TEST)
@Execute(phase = LifecyclePhase.VALIDATE)
public class JettyStartMojo extends AbstractUnassembledWebAppMojo
{

View File

@ -14,8 +14,6 @@
package org.eclipse.jetty.ee9.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;
@ -35,7 +33,6 @@ import org.apache.maven.plugins.annotations.ResolutionScope;
* </p>
*/
@Mojo(name = "start", requiresDependencyResolution = ResolutionScope.TEST)
@Execute(phase = LifecyclePhase.VALIDATE)
public class JettyStartMojo extends AbstractUnassembledWebAppMojo
{