mirror of https://github.com/apache/maven.git
added javadoc
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@1160417 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
85da703d29
commit
ab6e3f0e06
|
@ -259,6 +259,9 @@ public class ExecutionEventLogger
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* <pre>--- mojo-artifactId:version:goal (mojo-executionId) @ project-artifactId ---</pre>
|
||||||
|
*/
|
||||||
@Override
|
@Override
|
||||||
public void mojoStarted( ExecutionEvent event )
|
public void mojoStarted( ExecutionEvent event )
|
||||||
{
|
{
|
||||||
|
@ -276,6 +279,9 @@ public class ExecutionEventLogger
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* <pre>>>> mojo-artifactId:version:goal (mojo-executionId) @ project-artifactId >>></pre>
|
||||||
|
*/
|
||||||
@Override
|
@Override
|
||||||
public void forkStarted( ExecutionEvent event )
|
public void forkStarted( ExecutionEvent event )
|
||||||
{
|
{
|
||||||
|
@ -293,6 +299,9 @@ public class ExecutionEventLogger
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* <pre><<< mojo-artifactId:version:goal (mojo-executionId) @ project-artifactId <<<</pre>
|
||||||
|
*/
|
||||||
@Override
|
@Override
|
||||||
public void forkSucceeded( ExecutionEvent event )
|
public void forkSucceeded( ExecutionEvent event )
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue