文章列表
Eclipse中手动安装SVN插件的步骤为下:
1.在svn插件官网上下载最新的svn插件http://subclipse.tigris.org/servlets/ProjectDocumentList?folderID=2240
2.在Eclipse的根目录下任何一个目录下创建(如plugin)下创建自己的需要插件的名称的文件夹如svn;
3.将下载的svn插件中的plugin和feature文件夹复制到第二步创建的文件夹中;
4. 在eclipse的根目录下创建links文件夹,在文件夹中创建文件aa.link文件,aa为link文件的名称;
5. 在aa.link文件中添加p ...
错误:
Could not resolve archetype org.apache.maven.archetypes:maven-archetype-quickstart:RELEASE from any of the configured repositories. Could not resolve artifact Missing org.apache.maven.archetypes:maven-archetype-quickstart:pom:RELEASE
解决思路:在本地库中装载maven-archetype-quickstart
1.从http://mir ...