Re: Fix test scope dependency skipping

2011-09-05 Thread Stanislav Ochotnicky
Excerpts from Stanislav Ochotnicky's message of Mon Sep 05 10:35:17 +0200 2011: > Hi everyone, > > Currently Maven includes test dependencies in resolving graph even when > -Dmaven.test.skip is used. It's unnecessary and sub-optimal when big > test dependencies have to be downloaded to local cache

Fix test scope dependency skipping

2011-09-05 Thread Stanislav Ochotnicky
Hi everyone, Currently Maven includes test dependencies in resolving graph even when -Dmaven.test.skip is used. It's unnecessary and sub-optimal when big test dependencies have to be downloaded to local cache. As far as I know Maven 2.X didn't have this problem, so I'd guess this is a sort of regr