Maven
gedoua
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
pom.xml
tomcat-users.xml[code="java"] [/code]settings.xml server entry[code="java"] mytomcat test test[/code][code="java"] 4.0.0 com.mkyong.core pet-test...原创 2011-12-15 11:43:03 · 90 阅读 · 0 评论 -
HelloWorld
[color=blue]Maven的安装[/color]1.下载Maven然后解压到D:\software。当然别的文件夹也可以2.设置环境变量M2_HOME:D:\software\apache-maven-2.0.11M2:%M2_HOME%\bin3.在命令行输入mvn -version查看安装结果[color=blue]HelloWorld程序[/color...原创 2011-12-05 12:12:09 · 129 阅读 · 0 评论 -
执行main方法
Whether you use the java goal or the special support of Java for the exec goal, you might want to change the scope of the plugin execution. This can be achieved using the classpathScope configuration ...原创 2012-02-15 18:43:44 · 137 阅读 · 0 评论 -
mvn svn testng
maven - http://m2eclipse.sonatype.org/sites/m2esvn - http://subclipse.tigris.org/update_1.6.xTestNG - http://beust.com/eclipse原创 2012-07-20 09:11:19 · 109 阅读 · 0 评论
分享