﻿<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/"><channel><title>BlogJava-潘潘.eagle-随笔分类-Maven</title><link>http://www.blogjava.net/zhenxuanpan/category/50696.html</link><description /><language>zh-cn</language><lastBuildDate>Mon, 30 Jan 2012 17:31:07 GMT</lastBuildDate><pubDate>Mon, 30 Jan 2012 17:31:07 GMT</pubDate><ttl>60</ttl><item><title>使用maven构建java web项目</title><link>http://www.blogjava.net/zhenxuanpan/archive/2012/01/31/369045.html</link><dc:creator>潘潘.eagle</dc:creator><author>潘潘.eagle</author><pubDate>Mon, 30 Jan 2012 17:20:00 GMT</pubDate><guid>http://www.blogjava.net/zhenxuanpan/archive/2012/01/31/369045.html</guid><wfw:comment>http://www.blogjava.net/zhenxuanpan/comments/369045.html</wfw:comment><comments>http://www.blogjava.net/zhenxuanpan/archive/2012/01/31/369045.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.blogjava.net/zhenxuanpan/comments/commentRss/369045.html</wfw:commentRss><trackback:ping>http://www.blogjava.net/zhenxuanpan/services/trackbacks/369045.html</trackback:ping><description><![CDATA[<div> 	 	 	   <p style="margin-bottom: 0cm">1、mvn archetype:create -DgroupId=com.cloudlab.app -DartifactId=alblcore -DarchetypeArtifactId=maven-archetype-webapp</p> <p style="margin-bottom: 0cm">构建一个maven的webapp项目</p> <p style="margin-bottom: 0cm">2、到src下mkdir相关的目录</p> <p style="margin-bottom: 0cm">	主要的目录见：<a href="http://maven.apache.org/guides/introduction/introduction-to-the-standard-directory-layout.html">http://maven.apache.org/guides/introduction/introduction-to-the-standard-directory-layout.html</a></p> <p style="margin-bottom: 0cm">3、mvn package</p> <p style="margin-bottom: 0cm">4、mvn eclipse:eclipse -Dwtpversion=1.0</p> <p style="margin-bottom: 0cm">5、mvn clean package -Dmaven.test.skip=true</p></div><img src ="http://www.blogjava.net/zhenxuanpan/aggbug/369045.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/zhenxuanpan/" target="_blank">潘潘.eagle</a> 2012-01-31 01:20 <a href="http://www.blogjava.net/zhenxuanpan/archive/2012/01/31/369045.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item></channel></rss>