Dear Flavio, 'mvn clean install -DskipTests' should do the trick.
On Fri, Apr 3, 2015 at 12:11 AM, Flavio Pompermaier <pomperma...@okkam.it> wrote: > Hi to all, > > I was trying to compile Flink 0.9 skipping test compilation > (-Dmaven.test.skip=true) but this is not possible because there are > projects like flink-test-utils (for example) that requires test classes at > compile scope..shouldn't be better to keep the test source files in the > test folders (src/main/test and src/test/scala instead of src/main/java and > src/main/scala) so that to have all test dependencies with scope=test? > > Best, > Flavio >