I added the following to the pom.xml on a clean clone of commons-fileupload:
<plugin>
<groupId>edu.illinois</groupId>
<artifactId>starts-maven-plugin</artifactId>
<version>1.4-SNAPSHOT</version>
<configuration>
<depFormat>CLZ</depFormat>
</configuration>
</plugin>
When I run mvn -Drat.skip starts:starts for multiple times, STARTS always selects and runs all tests, instead of selecting nothing.
I added the following to the pom.xml on a clean clone of commons-fileupload:
When I run
mvn -Drat.skip starts:startsfor multiple times, STARTS always selects and runs all tests, instead of selecting nothing.