在使用 mvn eclipse:eclipse 命令生成适合eclipse的java项目后,使用import将项目导入进eclipse。
这时候类库会报错: Unbound classpath variable: 'M2_REPO/**/***/***.jar'
这是因为eclipse里面还没配置对应的classpath variable。
配置方法如下:
Eclipse->Windows->Preferences->java->Build Path->Classpath Variable->New
名字:M2_REPO,属性选folder,指向C:\Documents and Settings\your name\.m2\repository