Hi Peter, > Is there a way to have maven log as xml to a file in addition to or > instead of the default text logger?
>From the website, it sounds like Maven will switch to using SLF4J from Maven 3.1.0 onwards [1], which is great. In the meantime though, I'm not sure whether what you want is possible without writing Java code. -Curtis [1] http://maven.apache.org/maven-logging.html On Tue, Apr 9, 2013 at 6:51 AM, Peter Kahn <[email protected]> wrote: > Hi all, > > Is there a way to have maven log as xml to a file in addition to or instead > of the default text logger? > > I want to easily create an end of build summary with reactor info, error > and warning summary. Slurping xml will be easier that parsing raw text. > > Please let me know if maven does this or if there's already a plugin for > advanced summaries or xml output. > > Thanks > > Peter > - > Peter Kahn ([email protected]) >
