mirror of https://github.com/apache/maven.git
o adding back in annos to a test class for eu
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@721615 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
281f1c8a28
commit
44bcc2f5e8
|
@ -93,6 +93,7 @@ public class DefaultMaven
|
|||
List projects;
|
||||
try
|
||||
{
|
||||
|
||||
projects = getProjects( request );
|
||||
|
||||
if ( projects.isEmpty() )
|
||||
|
|
|
@ -79,6 +79,7 @@ import java.util.Stack;
|
|||
* @todo because of aggregation, we ended up with cli-ish stuff in here (like line() and the project logging, without
|
||||
* much of the event handling)
|
||||
*/
|
||||
|
||||
@Component(role = LifecycleExecutor.class)
|
||||
public class DefaultLifecycleExecutor
|
||||
extends AbstractLogEnabled
|
||||
|
|
Loading…
Reference in New Issue