Closed. This question needs to be more focused。它当前不接受答案。
想改善这个问题吗?更新问题,使其仅关注editing this post一个问题。
6年前关闭。
Improve this question
有人可以向我解释什么是Plexus http://plexus.codehaus.org/吗?
它与Maven有什么关系?
想改善这个问题吗?更新问题,使其仅关注editing this post一个问题。
6年前关闭。
Improve this question
有人可以向我解释什么是Plexus http://plexus.codehaus.org/吗?
它与Maven有什么关系?
最佳答案
Plexus是一个由an Inversion-of-Control container和许多实用程序库(包括Classworlds类加载器框架)组成的平台。 Maven是基于它构建的,但是,正如khmarbaise指出的那样,replacing it with Guice进行了大量工作。
Plexus还提供了number of utility libraries,它是Maven核心插件(plexus-utils
,plexus-archiver
等)大量使用的。在运行Maven的任何计算机上,~/.m2/repository/org/codehaus/plexus/
都会非常忙。
09-10 09:37