java - How to automatically fill in @version tags in javadoc? -


i'm writing in java using maven project building , git source control.

in javadocs, follow the recommendaton of having last version when source file changed in @version tag. if manually, lot of work. how do automatically?

i don't need files in git repository contain version. publish artifacts maven central via ossrh, , care javadoc on maven central has correct @version tags. guess have insert version numbers during mvn deploy run. in order know in version file last changed, need infromation source constol system (git). don't have idea how can combine git , maven so.


Comments

Popular posts from this blog

searchKeyword not working in AngularJS filter -

sequelize.js - Sequelize: sort by enum cases -

user interface - how to replace an ongoing process of image capture from another process call over the same ImageLabel in python's GUI TKinter -