maven3: custom repository layout gives NoRepositoryConnectorException

2010-12-20 Thread Lucas Persson
Hi I am trying to migrate to maven3. And I have a couple of custom repository layouts registered that works all right in maven2. But in maven3 I got this exception (when running with mvn -e) Caused by:

Re: maven3: custom repository layout gives NoRepositoryConnectorException

2010-12-20 Thread Lucas Persson
ok I have investigated this a bit more It looks like that the WagonRepositoryConnectorFactory throws exception if the repository layout is != "default". So I guess that means that if you want your own layout you also need to create your own