Maven_pom.xml configuration details

More project information: name: project can define multiple names
in addition      to artifactId The license page, some other reports and validations will also use this element. -->       <license>          <!--license is used for legal name -->          <name>Apache 2</name>           <!--URL of official license body page-->          <url>http:// www.baidu.com/banseon/LICENSE-2.0.txt</url>           <!--The main way of project distribution:            repo, the manual can be downloaded from the Maven repository            , the user must manually download and install dependencies -->          <distribution>repo </distribution>           <!--Supplementary information about license-->          <comments> 

















</licenses>
List the direct licenses of this project, instead of listing the licenses

organization information of dependencies:
<!-- Describe various attributes of the organization to which the project belongs. Documents generated by Maven use --> 
<organization> 
     <!--full name of the organization-->
     <name>demo</name> 
     <!--URL of the organization's home page-->
     <url>http://www. baidu.com/banseon</url> 
</organization>

<!--This element includes the specification for generating reports using report plugins. These reports will run when the user executes "mvn site". Links to all reports can be seen in the page navigation bar. See reporting element -->
<reporting>
    ......
</reporting>

Guess you like

Origin http://10.200.1.11:23101/article/api/json?id=326898388&siteId=291194637