Rohini Palaniswamy created OOZIE-1121:
-----------------------------------------

             Summary: Configure surefire-report-plugin for aggregrated test 
results
                 Key: OOZIE-1121
                 URL: https://issues.apache.org/jira/browse/OOZIE-1121
             Project: Oozie
          Issue Type: Improvement
            Reporter: Rohini Palaniswamy
            Priority: Minor


Tried adding 

{noformat}
<reporting>
                <plugins>
                        <plugin>
                                <groupId>org.apache.maven.plugins</groupId>
                                
<artifactId>maven-surefire-report-plugin</artifactId>
                                <!-- Using 2.7.2 since we are using a older 
version of maven-site-plugin -->
                                <version>2.7.2</version>
                                <configuration>
                                        <aggregate>true</aggregate>
                                </configuration>
                        </plugin>
                </plugins>
        </reporting>
{noformat}

Changing the site-plugin version to 3.2 also did not work. Need to investigate

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to