I am working on a pom file of a project, that I've not written any line into it and I'm tryin got understand it. In the pom there are plugins as follows:
<pluginManagement>
<plugins>
<plugin>
</plugin>
<plugins>
<pluginManagement>
<plugins>
<plugin>
</plugin>
<plugins>
So first of all what are plugins? I searched for them and I understood them a bit but I want to see how others define them, what I understood so far that they are used during the build, is that true?
The other question and the important one is, what is the difference between the 2 plugins section I attached? one under plugin management and the other under plugins.
If there is a good reference to understand pom structure please share it.
THanks in advance. Regards,