mirror of https://github.com/apache/maven.git
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:
parent
e095874576
commit
6dca9007eb
|
@ -46,7 +46,8 @@ import java.util.Map;
|
||||||
* @author <a href="mailto:jason@maven.org">Jason van Zyl </a>
|
* @author <a href="mailto:jason@maven.org">Jason van Zyl </a>
|
||||||
* @version $Id: DefaultLifecycleExecutor.java,v 1.16 2005/03/04 09:04:25
|
* @version $Id: DefaultLifecycleExecutor.java,v 1.16 2005/03/04 09:04:25
|
||||||
* jdcasey Exp $
|
* 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
|
public class DefaultLifecycleExecutor
|
||||||
extends AbstractLogEnabled
|
extends AbstractLogEnabled
|
||||||
|
|
|
@ -101,6 +101,7 @@ public class DefaultPluginManager
|
||||||
*
|
*
|
||||||
* @param name
|
* @param name
|
||||||
* @return
|
* @return
|
||||||
|
* @todo remove
|
||||||
*/
|
*/
|
||||||
public MojoDescriptor getMojoDescriptor( String name )
|
public MojoDescriptor getMojoDescriptor( String name )
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue