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 187620

Summary: maven-junit-plugin not supported
Product: projects Reporter: Jesse Glick <jglick>
Component: MavenAssignee: Milos Kleint <mkleint>
Status: VERIFIED WONTFIX    
Severity: normal CC: anebuzelsky, kohsuke
Priority: P3    
Version: 7.0   
Hardware: PC   
OS: Linux   
Issue Type: ENHANCEMENT Exception Reporter:
Bug Depends on: 180519, 192797    
Bug Blocks:    

Description Jesse Glick 2010-06-15 22:30:19 UTC
It seems that if you run tests using http://maven-junit-plugin.kenai.com/, nothing appears in the Test Results window, only in the Output Window. https://hudson.dev.java.net/svn/hudson/trunk/hudson/main/test/ is an example of a project suffering from this.
Comment 1 Milos Kleint 2012-02-07 07:58:39 UTC
this plugin looks like a non standard solution to a problem that is catered for by surefire these days as well

http://weblogs.java.net/blog/johnsmart/archive/2010/07/06/running-junit-tests-parallel-maven
Comment 2 Jesse Glick 2012-02-14 17:44:14 UTC
Then contact the owners of maven-junit-plugin asking it to be deprecated, and make sure Hudson stops using it.
Comment 3 Milos Kleint 2012-04-25 13:28:37 UTC
(In reply to comment #2)
> Then contact the owners of maven-junit-plugin asking it to be deprecated, and
> make sure Hudson stops using it.

well, I cannot save the universe. All I'm saying is that it's not worth supporting in the IDE.

-> enhancement, a missing feature is not a bug.
Comment 4 Jesse Glick 2013-01-23 16:53:00 UTC
http://maven.apache.org/surefire/maven-surefire-plugin/test-mojo.html#reuseForks allows Surefire to finally obsolete m-j-p.