public interface ExecuteContext
ExecuteTasks.| Modifier and Type | Method and Description |
|---|---|
default File |
basedir()
Deprecated.
Use
getBasedir() instead |
default File |
getBasedir()
Returns the project base directory.
|
org.apache.maven.plugin.logging.Log |
getLog()
Returns the log.
|
org.apache.maven.project.MavenProject |
getProject()
Returns the maven project.
|
org.apache.maven.execution.MavenSession |
getSession()
Returns the maven session.
|
default org.apache.maven.plugin.logging.Log |
log()
Deprecated.
Use
getLog() instead |
org.apache.maven.project.MavenProject getProject()
org.apache.maven.execution.MavenSession getSession()
@Deprecated default File basedir()
getBasedir() insteaddefault File getBasedir()
@Deprecated default org.apache.maven.plugin.logging.Log log()
getLog() insteadorg.apache.maven.plugin.logging.Log getLog()
Copyright © 2025. All rights reserved.