Add an antrun task and attach to Test.PostGoal to delete the TEST*.xml files... ;-)
Wayne On 3/16/06, Manlio Malaidini <[EMAIL PROTECTED]> wrote: > On 3/16/06, [EMAIL PROTECTED] <[EMAIL PROTECTED] > wrote: > > > > Hi Manilo, > > > > Taking a look at the configuration documentation at: > > > Thanks, but the problem is that I'm using 1.1-beta-1, not maven 2, therefore > I'm using just the standard test plugin, not surefire. > > http://maven.apache.org/plugins/maven-surefire-plugin/test-mojo.html > > > > it looks like there are two options that may be of interest: > > > > reportFormat (Optional) Selects the formatting for the test report to be > > generated. Can be set as brief, plain, or xml. > > > > and > > > > useFile (Optional) Option to generate a file test report or just output > > the > > test report to the console. > > > Anyway it seems that I have the same options in test plugin as well: > > http://maven.apache.org/maven-1.x/plugins/test/properties.html > > I've already tried tweaking the values but: > *) brief format is already default and too much for my use > *) saying printSummary=false just avoids printing test details for each test > in a suite (basically 2 lines for each test file) ==> there is no gain in > speed execution > *) I've tried saying usefile=false, but that doesn't affect xml file > creation at all, simply you don't have the txt file anymore, but you do have > the output in console > > What I'm looking for is a way to reduce those 60 KB generated for each xml > report. > > Thanks anyway. > MM > >
