Hi,
I recompiled maven changelog plug-in so that it works with CVS 1.12.9
log format. If anyone is also having the same problem, I'll post the
changes to the mailing list.
cheers,
Vincent
-
To unsubscribe, e-mail: [EMAIL PROT
I just upgraded to CVS 1.12.9. The CVS ouput format has changed in this
release. In particular, the date line now uses "-" as a separator
instead of "/", and adds a new field ("+"). This has caused some
maven plugins to fail because they can not parse the output in new
format.
I tried to reco