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 - maven-junit-plugin not supported
Summary: maven-junit-plugin not supported
Status: VERIFIED WONTFIX
Alias: None
Product: projects
Classification: Unclassified
Component: Maven (show other bugs)
Version: 7.0
Hardware: PC Linux
: P3 normal (vote)
Assignee: Milos Kleint
URL:
Keywords:
Depends on: 180519 192797
Blocks:
  Show dependency tree
 
Reported: 2010-06-15 22:30 UTC by Jesse Glick
Modified: 2013-01-23 16:53 UTC (History)
2 users (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

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