Skip to main content

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

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


Back to the top