History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: IDEA-17867
Type: Bug Bug
Status: Open Open
Assignee: Anton Makeev
Reporter: Jan Thomä
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
IDEA: Feedback

Maven Quick Button for skipping tests is not working as expected

Created: 23 Apr 08 00:34   Updated: 23 Apr 08 13:18
Component/s: Maven Integration

Build: 7,757


 Description  « Hide
The quickbutton sets -Dtest=skip instead of -Dmaven.test.skip=true. This is not working as expected as the testrunner is still trying to run the tests and then complains afterwards that there were no tests:

[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] No tests were executed! (Set -DfailIfNoTests=false to ignore this error.)

The button should set the -Dmaven.test.skip=true option instead.



 All   Comments   Work Log   Change History      Sort Order:
There are no comments yet on this issue.