Monday, September 12, 2016

How to exclude modules from Maven test

To exclude modules from Maven test, do as follows:

./mvnw clean test -pl \!:spring-boot-loader-tools,\!:spring-boot-cli,\!:spring-boot-gradle-tests

Reference:
http://stackoverflow.com/questions/5539348/how-to-exclude-a-module-from-a-maven-reactor-build

No comments:

Post a Comment