1.

What do you understand about the term ‘Super POM’?

Answer»

Any POM file has the ability to point to its parent POM. There is a system-wide POM file that is automatically considered as the parent POM file if the parent POM element is absent. The super POM is the name GIVEN to this POM file. Finally, the super POM is used to EXTEND all of the application POM files. The apex of the POM hierarchy is the super POM file. The super POM file CONTAINS all of the default configurations. All of the configurations defined in the super POM file will be inherited by even the SIMPLEST version of a POM file. You can alter any option you want by redefining the same section in your application POM file.



Discussion

No Comment Found