o remove completed todos

git-svn-id: https://svn.apache.org/repos/asf/maven/components/branches/MNG-2766@769858 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Jason van Zyl 2009-04-29 18:00:57 +00:00
parent 453c10ac9f
commit 10317e7c7c
1 changed files with 0 additions and 5 deletions

View File

@ -93,13 +93,8 @@
// TODO: get plugin groups
// TODO: separate out project downloading
// TODO: template method plugin validation as its framework specific
// TODO: provide a method to get default configuraiton for a given plugin
// TODO: get rid of all the custom configuration merging here, that's domain specific but needs to
// incorporate defaults the plugin manager can provide
// TODO: the antrun plugin has its own configurator, the only plugin that does. might need to think
// about how that works
// TODO: merge the plugin collector into the plugin manager
// TODO: merge the plugin discovery listener into the plugin manager
@Component(role = PluginManager.class)
public class DefaultPluginManager