Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [m2e-dev] m2e are creating folder and files on local m2 repo even for non existing dependency

Yes, this is expected. m2e (and maven) caches not found artifacts so it does not have to contact remote repositories every time it reads the project.

"Cristiano Gavião" <cvgaviao@xxxxxxxxx> wrote:

>Hi,
>
>today I've typed wrongly the version of some dependency. After save the
>
>POM m2e (0.13.0) warn me of that:
>> 5/21/11 8:15:52 AM GMT-03:00: [WARN] The POM for 
>> org.apache.commons:com.springsource.org.apache.commons.io:jar:1.4.0.0
>
>> is missing, no dependency information available
>
>but even so m2e have created things on my local repo:
>folder: com.springsource.org.apache.commons.io/1.4.0.0
>files:
>- com.springsource.org.apache.commons.io-1.4.0.0.jar.lastUpdated
>- com.springsource.org.apache.commons.io-1.4.0.0.pom.lastUpdated
>
>is that the correct behavior ?
>
>cheers
>
>Cristiano
>_______________________________________________
>m2e-dev mailing list
>m2e-dev@xxxxxxxxxxx
>https://dev.eclipse.org/mailman/listinfo/m2e-dev

-- 
Sent from my SGS


Back to the top