码迷,mamicode.com
首页 >  
搜索关键字:maven build    ( 33619个结果
HDU 1102 && POJ 2421 Constructing Roads (经典MST~Prim)
链接:http://poj.org/problem?id=2421  或   http://acm.hdu.edu.cn/showproblem.php?pid=1102 Problem Description There are N villages, which are numbered from 1 to N, and you should build some roads ...
分类:其他好文   时间:2014-05-10 09:34:09    阅读次数:389
Missing artifact com.sun:tools:jar:1.5.0解决办法
前一阵子下了最新的JavaEE版本的eclipse,导入maven工程之后,pom文件一直报Missing artifact com.sun:tools:jar:1.5.0。很纳闷,tools.jar是jdk自带的jar包。查了一下pom依赖图,原来是struts-core依赖了这个jar包。     试了网上的各种方法,只有把jdk的tools.jar复制到本地仓库,报错才消失。...
分类:其他好文   时间:2014-05-10 09:21:34    阅读次数:449
eclipse maven plugin 插件 安装 和 配置
环境准备:eclipse(Helios)3.6maven3.0.4maven3 安装:安装 Maven 之前要求先确定你的 JDK 已经安装配置完成。Maven是 Apache 下的一个项目,目前最新版本是 3.0.4,我用的也是这个。首先去官网下载 Maven:http://www.apache....
分类:系统相关   时间:2014-05-08 19:29:58    阅读次数:486
jenkins maven tomcat做持续集成
maven 采用 maven 3.0以上的版本。tomcat 采用 tomcat 7.0 以上的版本1. tomcat 配置用户账号和权限tomcat-users.xml 创建其他的role貌似不行,因为你访问http://ip:8080/manager/html然后弹出输入框需要...
分类:其他好文   时间:2014-05-07 16:58:21    阅读次数:298
解决Maven报Plugin execution not covered by lifecycle configuration
Maven问题一直头疼着每一个开发人员...
分类:其他好文   时间:2014-05-07 15:39:22    阅读次数:279
Error configuring application listener of class org.springframework.web.util.IntrospectorCleanupListener
I had a similar problem when running a spring web application in an Eclipse managed tomcat. I solved this problem by adding maven dependencies in the ...
分类:移动开发   时间:2014-05-07 14:33:12    阅读次数:486
使用 maven:archetype 创建JSF2 + EJB3.1 + JPA2项目骨架并在JBoss WildFly 8.1上部署
执行以下命令创建项目骨架: mvn archetype:generate -DarchetypeGroupId=org.jboss.spec.archetypes -DarchetypeArtifactId=jboss-javaee6-webapp-ear-archetype -DarchetypeVersion=7.1.1.Final -DgroupId={你的groupId} -Dartif...
分类:Web程序   时间:2014-05-07 12:42:16    阅读次数:450
libgdx, 你的显卡驱动支持openGL2.0吗
使用openGL2.x的api时,你的显卡驱动要支持才行。如果没装驱动,你的显卡可能只支持openGL1.x。 使用什么工具查看openGL的支持情况?--使用“EVEREST_Ultimate_Edition_5.50_Build_2253_Beta”,你可以在baidu查找它。 看看下图,...
分类:其他好文   时间:2014-05-07 08:10:39    阅读次数:298
maven如何引入本地依赖
今天遇到一个问题,要做一个语音识别接口的对接,想先跑一下对方给的demo,但是发现使用了maven却没有在pom里添加依赖,不知道他那边是怎么运行的。于是想到要在pom中添加本地依赖,结果真的可以: System Dependencies Dependencies with the scope system are always available and are not looked...
分类:其他好文   时间:2014-05-07 04:16:42    阅读次数:407
硕思闪客精灵7.4 Build 5278破解版
终于搞定了 国内所有链接都给封了....OXGBcGu1yfc神马的 是个很奇怪的东西不懂留邮箱吧
分类:其他好文   时间:2014-05-06 10:53:14    阅读次数:2379
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!