Sonatype logo A few days ago I needed to publish a library to Maven Central for the first time. After publishing, my plan was to write a tutorial on how it is s
maven
2 posts with this tag
I recently needed to access some of the pom properties at runtime. To be more specific, I needed the version related properties: artifact id, group id, and version. It turned out that there are at least three ways do that.