Hi,

We're maven newbies and would like to configure our
surefire-report:report goal so that it always runs as part of the test
goal. This would mean we wouldn't have to manually run it when a test
failed. Here's the except from our pom:

<plugin>
    <groupId>org.apache.maven.plugins</groupId>
    <artifactId>maven-surefire-plugin</artifactId>
    <version>2.2</version>
    <configuration>
      <useFile>false</useFile>
      <suiteXmlFiles>
        <suiteXmlFile>testng.xml</suiteXmlFile>
      </suiteXmlFiles>
    </configuration>
</plugin>

Any ideas on what configuration we need to provide to tell this plugin
to always run as part of the mvn test goal?

Thanks,
Manish

This email is intended only for the use of the addressees named above and may 
be confidential or legally privileged. If you are not an addressee you must not 
read it and must not use any information contained in it, nor copy it, nor 
inform any person other than TietoEnator or the addressees of its existence or 
contents.  If you have received this email and are not a named addressee, 
please delete it and notify the TietoEnator UK Technical Services Team on 0113 
390 0700.

Reply via email to