Maven generates a pom.properties
file inside META-INF/maven/${groupId}/${artifactId}
than contains the version, groupId and artifactId.
Can I add my own entries?
If would like to manage information like SVN url, site url, etc. in the artifact. Besides the MANIFEST.MF
, the pom.properties
seems to be an obvious place for that.