mirror of https://github.com/apache/maven.git
o more notes and waiting for shane to try this with the project builder decoupled
git-svn-id: https://svn.apache.org/repos/asf/maven/components/branches/MNG-2766@769910 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
06c392092d
commit
c89d8d495b
|
@ -89,11 +89,11 @@ import org.codehaus.plexus.util.xml.Xpp3Dom;
|
|||
// TODO: get plugin groups
|
||||
// TODO: separate out project downloading
|
||||
// TODO: template method plugin validation as its framework specific
|
||||
// TODO: the antrun plugin has its own configurator, the only plugin that does. might need to think
|
||||
// about how that works
|
||||
// TODO: remove the ProjectBuilder
|
||||
// TODO: the antrun plugin has its own configurator, the only plugin that does. might need to think about how that works
|
||||
// TODO: remove the coreArtifactFilterManager
|
||||
// TODO: remove the runtimeInformation
|
||||
// TODO: move deprecated parameter check outside of the plugin manager
|
||||
// TODO: move checkRequiredMavenVersion to lifecycle executor, don't run 5 out of 10 plugins and then blow up ...
|
||||
|
||||
@Component(role = PluginManager.class)
|
||||
public class DefaultPluginManager
|
||||
|
|
Loading…
Reference in New Issue