mavenmaven-2maven-3

Maven Wrapper vs Bundle Maven 3


As we can see in the picture for the Maven home path.
May I know what is the difference between Maven Wrapper and Bundled Maven 3?

enter image description here


Solution

  • Maven Bundled is IDE level and Maven wrapper is project level. Understand it like Swimming pool and path tub. Bundled is for IDE and its projects to use and wrapper is customized for each project so it maintains the consistency.