[JIRA] [xunit-plugin] (JENKINS-33440) Maven build with submodules with junit reports overwrite xunit attached reports

2016-03-09 Thread ddum...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Dan Dumont commented on  JENKINS-33440 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Maven build with submodules with junit reports overwrite xunit attached reports  
 
 
 
 
 
 
 
 
 
 
This may not be an issue strictly with submodules. Our single module builds that do this always generate unit test reports without surefire or maven-integrated plugins. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [xunit-plugin] (JENKINS-33440) Maven build with submodules with junit reports overwrite xunit attached reports

2016-03-09 Thread ddum...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Dan Dumont created an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Jenkins /  JENKINS-33440 
 
 
 
  Maven build with submodules with junit reports overwrite xunit attached reports  
 
 
 
 
 
 
 
 
 

Issue Type:
 
  Bug 
 
 
 

Assignee:
 
 Gregory Boissinot 
 
 
 

Attachments:
 

 Capture.png 
 
 
 

Components:
 

 xunit-plugin 
 
 
 

Created:
 

 09/Mar/16 10:05 PM 
 
 
 

Priority:
 
  Minor 
 
 
 

Reporter:
 
 Dan Dumont 
 
 
 
 
 
 
 
 
 
 
Our maven build has a few submodules and one of them performs a single unit test with surefire. 
In another module we run some unit tests without surefire and output to junit format. 
At the end we want to use this plugin to aggregate the 2 junit result files, but when we do that, the ones that come from maven always overwrite the ones specified by this plugin. The only way we get to see the graph properly is when the other module fails to produce a junit report. 
The maven-generated report gets included whether or not I specify it in the xunit config, as long as it exists.