Is there a way in Maven to compile the tests without running them ? I want to use the IDE to run specific tests and not all of them.
|
feedback
|
|
you can try to use parameter | |||||||
feedback
|
|
How about the
And done. Introduction to the Build Lifecycle explains further. | |||
feedback
|
|
If you settings.xml file you can also use
| |||||||||
feedback
|