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
Post a Comment