gvlasov / rocollections

Mutator-free wrappers for Java Collections
MIT License
4 stars 0 forks source link

Automated version insertion in javadoc #12

Closed gvlasov closed 9 years ago

gvlasov commented 9 years ago

I configure automated version insertion in javadoc with replacer Maven plugin. For that I introduces a $tendiwa-version$ value for @version tag in javadoc that will be replaced with ${project.version} during Maven build.