专注收集记录技术开发学习笔记、技术难点、解决方案
网站信息搜索 >> 请输入关键词:
您当前的位置: 首页 > 人工智能

实施main方法

发布时间:2011-07-03 09:13:29 文章来源:www.iduyao.cn 采编人员:星星草
执行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 element, e.g. for a test scope:

        <configuration>
          ...
          <classpathScope>test</classpathScope>
          ...
        </configuration>
or, on the command line,

mvn exec:exec [...] -Dexec.classpathScope="java"


http://stackoverflow.com/questions/1089285/maven-run-project
友情提示:
信息收集于互联网,如果您发现错误或造成侵权,请及时通知本站更正或删除,具体联系方式见页面底部联系我们,谢谢。

其他相似内容:

热门推荐: