mirror of https://github.com/apache/maven.git
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:
parent
bdbac2f24e
commit
6779e62e80
|
@ -392,13 +392,6 @@ public class MavenEmbedder
|
||||||
// registered as an artifact and is not added to the classpath elements.
|
// registered as an artifact and is not added to the classpath elements.
|
||||||
|
|
||||||
readProject( request.getPom(), request );
|
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 )
|
catch ( MavenEmbedderException e )
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue