锘??xml version="1.0" encoding="utf-8" standalone="yes"?>高清欧美日韩,欧美一区综合,亚洲欧美日韩成人高清在线一区http://www.aygfsteel.com/liuzheng/category/27448.htmlzh-cnMon, 14 Apr 2008 23:29:03 GMTMon, 14 Apr 2008 23:29:03 GMT60maven2瀹屽叏浣跨敤鎵嬪唽錛堣漿錛?/title><link>http://www.aygfsteel.com/liuzheng/articles/192164.html</link><dc:creator>鍒橀摦 </dc:creator><author>鍒橀摦 </author><pubDate>Fri, 11 Apr 2008 05:26:00 GMT</pubDate><guid>http://www.aygfsteel.com/liuzheng/articles/192164.html</guid><wfw:comment>http://www.aygfsteel.com/liuzheng/comments/192164.html</wfw:comment><comments>http://www.aygfsteel.com/liuzheng/articles/192164.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.aygfsteel.com/liuzheng/comments/commentRss/192164.html</wfw:commentRss><trackback:ping>http://www.aygfsteel.com/liuzheng/services/trackbacks/192164.html</trackback:ping><description><![CDATA[     鎽樿: maven2瀹屽叏浣跨敤鎵嬪唽 maven2 璧鋒     鐩鎬俊maven1 澶у閮藉凡緇忓緢鐔熸?zhèn)変簡(jiǎn)锛屽叿浣搈aven鑳藉仛浠涔堬紝灝變笉璇︾粏璇翠簡(jiǎn)銆備釜浜鴻寰梞aven鍦ㄥ紑婧愰」鐩腑鐢ㄧ殑榪樻槸姣旇緝澶氱殑錛屽叕鍙稿唴閮紝灝變笉澶竻妤氫簡(jiǎn)銆傛垜浠ュ墠鐨勫叕鍙哥敤榪囦竴孌墊椂闂達(dá)紝涓嶈繃鍚庢潵灝辨病鏈変笅鏂囦簡(jiǎn)銆?    涓巑aven1 鐩告瘮錛宮aven2鍙畻鏄嚑涔庨噸鍐欎簡(jiǎn)錛屼笉榪囦粠閫熷害鏉ヨ搴旇鏇村揩...  <a href='http://www.aygfsteel.com/liuzheng/articles/192164.html'>闃呰鍏ㄦ枃</a><img src ="http://www.aygfsteel.com/liuzheng/aggbug/192164.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.aygfsteel.com/liuzheng/" target="_blank">鍒橀摦 </a> 2008-04-11 13:26 <a href="http://www.aygfsteel.com/liuzheng/articles/192164.html#Feedback" target="_blank" style="text-decoration:none;">鍙戣〃璇勮</a></div>]]></description></item><item><title>Maven install 涓殑鍛戒護(hù)http://www.aygfsteel.com/liuzheng/articles/171082.html鍒橀摦 鍒橀摦 Fri, 28 Dec 2007 02:06:00 GMThttp://www.aygfsteel.com/liuzheng/articles/171082.htmlhttp://www.aygfsteel.com/liuzheng/comments/171082.htmlhttp://www.aygfsteel.com/liuzheng/articles/171082.html#Feedback0http://www.aygfsteel.com/liuzheng/comments/commentRss/171082.htmlhttp://www.aygfsteel.com/liuzheng/services/trackbacks/171082.html 琛ㄧず瀹夎浣嗘槸涓嶈繍琛屽崟鍏冩祴璇?
mvn jetty:run-war
榪愯jetty

]]>
Maven 鍒濇瀛︿範(fàn)蹇冨緱 settings.xml鐨勪綔鐢?/title><link>http://www.aygfsteel.com/liuzheng/articles/162042.html</link><dc:creator>鍒橀摦 </dc:creator><author>鍒橀摦 </author><pubDate>Wed, 21 Nov 2007 03:18:00 GMT</pubDate><guid>http://www.aygfsteel.com/liuzheng/articles/162042.html</guid><wfw:comment>http://www.aygfsteel.com/liuzheng/comments/162042.html</wfw:comment><comments>http://www.aygfsteel.com/liuzheng/articles/162042.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.aygfsteel.com/liuzheng/comments/commentRss/162042.html</wfw:commentRss><trackback:ping>http://www.aygfsteel.com/liuzheng/services/trackbacks/162042.html</trackback:ping><description><![CDATA[ User-specific configuration for maven. Includes things that should not be distributed with the pom.xml file, such as developer identity, along with local settings, like proxy information. The default location for the settings file is ~/.m2/settings.xml<br /> <br /> <br /> Depending on where your machine is located, it may be necessary to make a few more preparations for Maven to function correctly. If you are behind a firewall, then you will have to set up Maven to understand that. To do this, create a <your-home-directory>/.m2/settings.xml file with the following content:<br /> <settings><br /> <proxies><br /> <proxy><br /> <active>true</active><br /> <protocol>http</protocol><br /> <host>proxy.mycompany.com</host><br /> <port>8080</port><br /> <username>your-username</username><br /> <password>your-password</password><br /> </proxy><br /> </proxies><br /> </settings><br /> <br /> If Maven is already in use at your workplace, ask your administrator if there if there is an internal Maven proxy. If there is an active Maven proxy running, then note the URL and let Maven know you will be using a proxy. Create a <your-home-directory>/.m2/settings.xml file with the following content.<br /> <mirrors><br /> <mirror><br /> <id>maven.mycompany.com</id><br /> <name>My Company's Maven Proxy</name><br /> <url>http://maven.mycompany.com/maven2</url><br /> <mirrorOf>central</mirrorOf><br /> </mirror><br /> </mirrors><br /> <img src ="http://www.aygfsteel.com/liuzheng/aggbug/162042.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.aygfsteel.com/liuzheng/" target="_blank">鍒橀摦 </a> 2007-11-21 11:18 <a href="http://www.aygfsteel.com/liuzheng/articles/162042.html#Feedback" target="_blank" style="text-decoration:none;">鍙戣〃璇勮</a></div>]]></description></item></channel></rss> <footer> <div class="friendship-link"> <a href="http://www.aygfsteel.com/" title="狠狠久久亚洲欧美专区_中文字幕亚洲综合久久202_国产精品亚洲第五区在线_日本免费网站视频">狠狠久久亚洲欧美专区_中文字幕亚洲综合久久202_国产精品亚洲第五区在线_日本免费网站视频</a> </div> </footer> 主站蜘蛛池模板: <a href="http://" target="_blank">高阳县</a>| <a href="http://" target="_blank">华安县</a>| <a href="http://" target="_blank">自贡市</a>| <a href="http://" target="_blank">潜江市</a>| <a href="http://" target="_blank">利辛县</a>| <a href="http://" target="_blank">镇江市</a>| <a href="http://" target="_blank">沅江市</a>| <a href="http://" target="_blank">海淀区</a>| <a href="http://" target="_blank">闸北区</a>| <a href="http://" target="_blank">广汉市</a>| <a href="http://" target="_blank">康马县</a>| <a href="http://" target="_blank">张北县</a>| <a href="http://" target="_blank">南陵县</a>| <a href="http://" target="_blank">贵溪市</a>| <a href="http://" target="_blank">湖南省</a>| <a href="http://" target="_blank">双流县</a>| <a href="http://" target="_blank">邵阳县</a>| <a href="http://" target="_blank">永州市</a>| <a href="http://" target="_blank">望奎县</a>| <a href="http://" target="_blank">南京市</a>| <a href="http://" target="_blank">峨山</a>| <a href="http://" target="_blank">麻栗坡县</a>| <a href="http://" target="_blank">杂多县</a>| <a href="http://" target="_blank">淅川县</a>| <a href="http://" target="_blank">栾川县</a>| <a href="http://" target="_blank">昔阳县</a>| <a href="http://" target="_blank">师宗县</a>| <a href="http://" target="_blank">汶上县</a>| <a href="http://" target="_blank">五河县</a>| <a href="http://" target="_blank">会东县</a>| <a href="http://" target="_blank">永泰县</a>| <a href="http://" target="_blank">紫阳县</a>| <a href="http://" target="_blank">莱芜市</a>| <a href="http://" target="_blank">贞丰县</a>| <a href="http://" target="_blank">商都县</a>| <a href="http://" target="_blank">临澧县</a>| <a href="http://" target="_blank">思茅市</a>| <a href="http://" target="_blank">耿马</a>| <a href="http://" target="_blank">青阳县</a>| <a href="http://" target="_blank">正阳县</a>| <a href="http://" target="_blank">麻栗坡县</a>| <script> (function(){ var bp = document.createElement('script'); var curProtocol = window.location.protocol.split(':')[0]; if (curProtocol === 'https') { bp.src = 'https://zz.bdstatic.com/linksubmit/push.js'; } else { bp.src = 'http://push.zhanzhang.baidu.com/push.js'; } var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(bp, s); })(); </script> </body>