You may want to take a look at svn provider source to see if it can be extended to accept additional arguments via svn-settings.xml for scm:status command
see http://maven.apache.org/scm/subversion.html -D On Thu, Aug 28, 2008 at 2:57 AM, Kiss Tibor <[EMAIL PROTECTED]> wrote: > 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 >