public interface MavenBuildProxy2 extends MavenBuildProxy
MavenBuildProxy that's used internally
for aggregated build. Fired and consumed internally and
not exposed to plugins.| Modifier and Type | Interface and Description |
|---|---|
static class |
MavenBuildProxy2.Filter<CORE extends MavenBuildProxy2>
Filter for
MavenBuildProxy2. |
MavenBuildProxy.BuildCallable<V,T extends Throwable>| Modifier and Type | Method and Description |
|---|---|
void |
appendLastLog()
Maven produces additional error message after the module build is done.
|
void |
end()
Notifies that the build has left a module.
|
void |
start()
Notifies that the build has entered a module.
|
execute, executeAsync, getArtifactsDir, getMavenBuildInformation, getMilliSecsSinceBuildStart, getModuleSetRootDir, getProjectRootDir, getRootDir, getTimestamp, isArchivingDisabled, isSiteArchivingDisabled, queueArchiving, registerAsAggregatedProjectAction, registerAsProjectAction, registerAsProjectAction, setExecutedMojos, setResultvoid start()
void end()
void appendLastLog()
Copyright © 2016–2017. All rights reserved.