This post originated from an RSS feed registered with Java Buzz
by Peter Karich.
Original Post: Skip Executing the Tests of Mavenized Projects
Feed Title: Java and more ...
Feed URL: https://karussell.wordpress.com/category/java/feed/
Feed Description: Just another weblog. Its about my developer experiences with Java in general. In detail I will blog about NetBeans, Eclipse, Design Patterns, News, Web Frameworks and other tools. My focus will be open source tools, which make the life of a Java developer easier.
In my project I want to skip that the tests are running on every execution. I know this is not ‘good style’, but I want to execute the tests when I want. I do not recommend this technic on you build server …
One way to achieve this behaviour is to disable the tests in the
<build><plugins>
…
</plugins><build>
section [...]