java - Difference between <plugins> and <pluginManager> tag in Maven `pom.xml` -
while configuring pom.xml
, had configure plugin. found out <plugin>
tag may inserted within either <plugins>
or <pluginmanager>
elements ! confused !
what difference between <plugins>
or <pluginmanager>
tags ?
from maven documentation:
pluginmanagement: element seen along side plugins. plugin management contains plugin elements in much same way, except rather configuring plugin info particular project build, intended configure project builds inherit one. however, configures plugins referenced within plugins element in children. children have every right override pluginmanagement definitions.
you can @ a improve answer
java maven pom.xml
No comments:
Post a Comment