a couple of notes

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@168278 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Brett Leslie Porter 2005-05-05 05:44:44 +00:00
parent e095874576
commit 6dca9007eb
2 changed files with 3 additions and 1 deletions

View File

@ -46,7 +46,8 @@
* @author <a href="mailto:jason@maven.org">Jason van Zyl </a>
* @version $Id: DefaultLifecycleExecutor.java,v 1.16 2005/03/04 09:04:25
* jdcasey Exp $
* @todo there is some duplication between this and the plugin manager
* @todo this is structured somewhat confusingly. Attempt to "flatten out" to reduce the number of paths through by
* compiling the list of plugins/tasks first.
*/
public class DefaultLifecycleExecutor
extends AbstractLogEnabled

View File

@ -101,6 +101,7 @@ public DefaultPluginManager()
*
* @param name
* @return
* @todo remove
*/
public MojoDescriptor getMojoDescriptor( String name )
{