Reputation: 21
Very new to Ignite. I tried to do maven build with Ignite source files -
mvn clean package -DskipTests
The tests have been going overnight. There is still no sign of stopping. Should I just kill the test?
Upvotes: 1
Views: 36
Reputation: 8986
-DskipTests
means tests should be skipped. Make sure you have entered it right.
Without tests the build usually takes 5-15 minutes depending on hardware.
Upvotes: 1