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:
Jason van Zyl 2008-11-29 02:40:17 +00:00
parent 281f1c8a28
commit 44bcc2f5e8
2 changed files with 2 additions and 0 deletions

View File

@ -93,6 +93,7 @@ public class DefaultMaven
List projects; List projects;
try try
{ {
projects = getProjects( request ); projects = getProjects( request );
if ( projects.isEmpty() ) if ( projects.isEmpty() )

View File

@ -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 * @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) * much of the event handling)
*/ */
@Component(role = LifecycleExecutor.class) @Component(role = LifecycleExecutor.class)
public class DefaultLifecycleExecutor public class DefaultLifecycleExecutor
extends AbstractLogEnabled extends AbstractLogEnabled