1.

Explain the difference between Maven build and Maven install?

Answer»
S.noMaven BuiltMaven INSTALL
1.It is not ONE of the phases of standard Maven lifecyclesIt is a phase in the Maven lifecycle’s standard
2.Creation of the NEW run configuration, while the LAUNCH of the previous dialogue is done by Maven, builtInstalled in Eclipse with the GOAL install


Discussion

No Comment Found