A parent pom for maven based projects for maven central release.
This pom mainly defines plugins required for maven central releases.
Define this plugin as a parent in your pom.xml
.
<parent>
<groupId>com.github.hemantsonu20</groupId>
<artifactId>hemantsonu20-parent</artifactId>
<version>2.0.0</version>
</parent>