Hi SCM team! I am involved in grounding a maven release management. So I have to keep some backward functionality.
I have to generate a textfile containing exactly what provide the "svn status -uv" command. Looking at the SvnStatusCommand and SvnStatusConsumer implementation, it seems that actually is not possible without further modification. I am wrong? I would't like to migrate into a new maven plugin the Ant task based on SVNKit wich does that, instead I would like to use the SCM plugin families. The entier maven-scm-providers-svn subset it would be affected by a possible substitution, or is there a more elegant way to achieve my goals? At least some extra svn status parameters I would like to have, and of course a new consumer which would capture the output in a file, which file would be moved into META-INF directory of the output. (Please don't ask why is necessary this stupidity to capture that information in a META-INF :-) ) Regards, Tibor