How about the test-compile lifecycle phase? It doesn’t require any test skipping, because it occurs before the test phase. I.e.,
$ mvn test-compile
And done.
Introduction to the Build Lifecycle explains further.
How about the test-compile lifecycle phase? It doesn’t require any test skipping, because it occurs before the test phase. I.e.,
$ mvn test-compile
And done.
Introduction to the Build Lifecycle explains further.