Plugins in Maven and POM.xml

前端 未结 7 1182
无人及你
无人及你 2021-01-30 20:27

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



        
7条回答
  •  长情又很酷
    2021-01-30 20:41

    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.

提交回复
热议问题