Merge remote-tracking branch 'origin/jetty-11.0.x' into jetty-12.0.x
This commit is contained in:
commit
7005300421
|
@ -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
|
||||
{
|
||||
|
||||
|
|
|
@ -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
|
||||
{
|
||||
|
||||
|
|
Loading…
Reference in New Issue