o artifact handlers are discovered in active collections now.

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@701198 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Jason van Zyl 2008-10-02 17:52:03 +00:00
parent bdbac2f24e
commit 6779e62e80
1 changed files with 0 additions and 7 deletions

View File

@ -392,13 +392,6 @@ public class MavenEmbedder
// registered as an artifact and is not added to the classpath elements.
readProject( request.getPom(), request );
// Map handlers = findArtifactTypeHandlers( project );
//TODO: ok this is crappy, now there are active collections so when new artifact handlers
// enter the system they should be available.
// artifactHandlerManager.addHandlers( handlers );
}
catch ( MavenEmbedderException e )
{