maven在没有网络的环境下开发

开发的电脑没有网络环境,但是可以拷贝东西,我想在这台电脑上使用maven进行开发,
于是我搭建了nexus,但是在新建maven项目的时候一直报如下错误,手动在nexus导了
maven-resources-plugins 2.6也还是没有。错误信息如下:Could not calculate build plan: Plugin org.apache.maven.plugins:maven-resources-plugin:2.6 or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.apache.maven.plugins:maven-resources-plugin:jar:2.6
Plugin org.apache.maven.plugins:maven-resources-plugin:2.6 or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.apache.maven.plugins:maven-resources-plugin:jar:2.6

求大神解答,感激不尽!

http://blog.csdn.net/achilles12345/article/details/9263295