pom.xml dependent on configuration

Configuration scope (range)

compile will use the default compiler package

provided only when compiled with

Public dependencies can be mentioned in the parent pom, pom then directly inherited in the child can use

Father needs to rely on in order to use the subclass

The default address local repository $ {user.home} /. M2 / repository

Maven Lifecycle

clean default site

Guess you like

Origin blog.csdn.net/qq_38390092/article/details/92191581