Maven has a plugin called maven-scm-plugin, which can interact with source control systems. According to the documentation, I should be able to export a project like this:
is there any way to modify Javadocs @version value and add revision number of the file automaticly on SVN repository?
example template
@version $v rev. $rev
and output
@version v2.1 rev. 74321
update:
i want ...
Our project is soon migrating to these open source tools. In a proactive effort, I'm wondering from the experts - What you've found to be the good, bad, and uglies about ...
I am attempting to use $HOME/.scm/svn-settings.xml to coax Maven into invoking svn with the --trust-server-cert option to bypass some self-signed server certs. Maven appears to pass along the correct option ...