码迷,mamicode.com
首页 >  
搜索关键字:apache-maven    ( 1324个结果
(9)ubuntu下hadoop1.0.4源码编译
本机环境: ubuntu 12.04  32位 jdk 1.7 (1)maven-3.2.2的安装 首先到maven官网下载,http://maven.apache.org/,这里我下载了最新版本,maven-3.2.2 解压到/usr/local/目录下: tar -zxvf  apache-maven-3.2.2-bin.tar.gz,并重命名为maven 修改 /etc/...
分类:其他好文   时间:2014-08-26 17:25:46    阅读次数:305
CoreException: Could not get the value for parameter compilerId for plugin execution default-compile
CoreException: Could not get the value for parameter compilerId for plugin execution default-compile: PluginResolutionException: Plugin org.apache.maven.plugins:maven-compiler-plugin:3.1 or one of its...
分类:其他好文   时间:2014-08-25 14:59:44    阅读次数:171
解决eclipse创建maven项目报错!Could not resolve archetype org.apache.maven.archetypes:maven-archetype-webapp
maveneclipse测试我是使用代理上网的。在创建maven时报以下错误:Could not resolve archetype org.apache.maven.archetypes:maven-archetype-webapp:RELEASE from any of the configur...
分类:移动开发   时间:2014-08-23 15:07:10    阅读次数:203
Maven命令行创建web项目,并部署到jobss当中(解决No plugin found for prefix 'jboss-as' in the current project and in the plugin groups [org.apache.maven.plugins,问题)
首件创建项目:此处可参照:http://maven.apache.org/guides/mini/guide-webapp.htmlmvn archetype:generate -DgroupId=com.mycompany.app -DartifactId=my-webapp -Darchet.....
分类:Web程序   时间:2014-08-21 09:42:24    阅读次数:274
让Maven正确处理javac警告
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.3.1:compile (default-compile) on project XX: Compilation failure: Comp...
分类:编程语言   时间:2014-08-15 12:00:48    阅读次数:251
maven 自动部署war(项目)到tomcat
1.软件版本 apache-tomcat-7.0.55 apache-maven-3.2.2 eclipse-standard-luna-R-win32-x86_64 2.修改文件 2.1 tomcat ?tomcat-users.xml ?增加如下用户 角色 manager-script manager-script?— Access to the ...
分类:其他好文   时间:2014-08-14 21:12:19    阅读次数:206
Maven的发布plugin配置
<build> <plugins> <plugin> <!-- 编译插件 --> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> <version>2.3.2</version> <con...
分类:其他好文   时间:2014-08-14 14:23:08    阅读次数:161
ubuntu 安装maven提示出错 The program &#39;mvn&#39; can be found in the following packages
问题:I am trying to install apache maven 3 in Ubuntu 12.04 lts. What I did was open the terminal then I typed the following commandsexport M2_HOME=/usr/...
分类:Windows程序   时间:2014-08-10 21:24:10    阅读次数:302
Maven-FAQ
1、Failure to transfer org.apache.maven.plugins:maven-resources-plugin:pom:2.5...:Q:第一次使用maven+eclipse(kepler),创建maven 工程后,遇到如下问题:Failure to transfer o...
分类:其他好文   时间:2014-08-08 15:49:56    阅读次数:215
spring Mvc + Maven + 拷贝插件 (十一)
maven-antrun-plugin:可用于在项目编译打包时,把文件指定的文件拷贝到指定的位置,我们打包一般都是打包到 项目 的target 文件下;org.apache.maven.pluginsmaven-antrun-plugin1.7他依赖几个jar项目.ant-1.8.2.jar 需要自...
分类:编程语言   时间:2014-08-08 12:36:26    阅读次数:236
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!