I'm curious about these things on pom file
pom.xml
? <url/>
<licenses>
<license/>
</licenses>
<developers>
<developer/>
</developers>
<scm>
<connection/>
<developerConnection/>
<tag/>
<url/>
</scm>
These are additional information about the maven projects. These attributes don't affect the project build.
But some of these attribute like licenses
, developers
, scm
are required if you want to publish to maven central repo.
Ref: https://maven.apache.org/pom.html#More_Project_Information