I just started using Maven and I read that plugins are additional components that can be used. A typical structure of pom.xml file is
pom.xml
Sections order in POM doesn't matter. In general, there are build plugins and reporting plugins in Maven. Your case is to use build plugin so you have to put this block into ... section.
...
Look at this for some basics about plugins.