| > Home |
Maven Changelog Subversion Issue |
![]() |
Theres an issue in Subversion which prevents the Changelog plugin from working properly - see Subversion Issue 752.
This can be resolved (for maven changelog plugin version 1.8.2) by patching the plugin - download here
This fix has been submitted to maven here - see MPCHANGELOG-58
See this thread for more details.
Unzip the class files into the maven changelog directory in maven's cache and then update your build.properties to use the changelog Factory:
maven.changelog.factory=org.apache.maven.svnlib.SvnBug752ChangeLogFactory
|