This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 168182

Summary: Surefire reports for test-debug are not written to target folder
Product: projects Reporter: dschulten <dschulten>
Component: MavenAssignee: Milos Kleint <mkleint>
Status: RESOLVED DUPLICATE    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description dschulten 2009-07-06 16:23:21 UTC
When I debug unit tests using Shift+F6, the test reports are written to the base directory.

Expected: surefire reports should be written to target/surefire-reports, if I am not mistaken. At least that is what
happens if I start a full test using Alt+F6
Comment 1 dschulten 2009-07-06 16:25:11 UTC
I forgot to say: This is quite inconvenient since I must tell tortoise svn to ignore all TEST-* files one by one. And I
think test reports do not belong to basedir, according to Maven conventions.
Comment 2 Milos Kleint 2009-07-07 09:24:32 UTC
duplicate of #160777

*** This issue has been marked as a duplicate of 160777 ***