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 - Surefire reports for test-debug are not written to target folder
Summary: Surefire reports for test-debug are not written to target folder
Status: RESOLVED DUPLICATE of bug 160777
Alias: None
Product: projects
Classification: Unclassified
Component: Maven (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Milos Kleint
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-07-06 16:23 UTC by dschulten
Modified: 2009-07-07 09:24 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 ***