@Mojo(name="run",
threadSafe=true,
requiresDependencyResolution=COMPILE_PLUS_RUNTIME,
aggregator=true)
@Execute(phase=PROCESS_CLASSES)
public class RunMojo
extends BaseMojo
| Constructor and Description |
|---|
RunMojo() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getCompileExtensions()
List of file extensions that trigger a compilation request.
|
List<String> |
getRestartExtensions()
List of file extensions that trigger an application restart.
|
void |
setCompileExtensions(List<String> compileExtensions)
Set compile extensions.
|
void |
setRestartExtensions(List<String> restartExtensions)
Set restart extensions.
|
execute, getDependenciesResolver, getMainClass, getMaven, setDependenciesResolver, setMainClass, setMavenpublic List<String> getCompileExtensions()
java and kt.public void setCompileExtensions(List<String> compileExtensions)
. (dot).compileExtensions - Compile extensions.public List<String> getRestartExtensions()
conf,
properties and class.Copyright © 2023. All rights reserved.