maven使用一

<script>function StorePage(){d=document;t=d.selection?(d.selection.type!='None'?d.selection.createRange().text:''):(d.getSelection?d.getSelection():'');void(keyit=window.open('http://www.365key.com/storeit.aspx?t='+escape(d.title)+'&u='+escape(d.location.href)+'&c='+escape(t),'keyit','scrollbars=no,width=475,height=575,left=75,top=20,status=no,resizable=yes'));keyit.focus();}</script>在appfuse使用maven构建的过程中发现下载
ant1.7的时候由于默认路径存在空格,因此下载不成功,修改%maven_home%\conf\setting.xml中的 < localRepository > E:\maven\repository </ localRepository >路径为不带空格即可。
maven用来管理jar包的版本是个不错的工具,需要进一步的学习。

你可能感兴趣的:(maven,C++,c,xml,Appfuse)