`

mvn eclipse:eclipse fails on trunk

 
阅读更多

[ERROR] Failed to execute goal org.apache.maven.plugins:maven-eclipse-plugin:2.8:eclipse (default-cli) on project hadoop-common: Request to merge when 'filtering' is not identical. Original=resource src/main/resources: output=target/classes, include=[], exclude=[common-version-info.properties|**/*.java], test=false, filtering=false, merging with=resource src/main/resources: output=target/classes, include=[common-version-info.properties], exclude=[**/*.java], test=false, filtering=true -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR] mvn <goals> -rf :hadoop-common

 

 

 

 

 

 

 

 

 

 

执行如下命令

mvn org.apache.maven.plugins:maven-eclipse-plugin:2.6:eclipse -DskipTests

分享到:
评论

相关推荐

    mvn install:install-file -Dfile

    mvn install单独jar到仓库使用方法举例

    Maven命令整合到一起

    mvn clean install compile -Dmaven.test.skip=true -fn ...mvn eclipse:eclipse mvn eclipse:myeclipse mvn clean install compile -Dmaven.test.skip=true -fn mvn install compile -Dmaven.test.skip=true -fn

    Maven2_Struts2.0打包实例源码

    * 然后建一个Ecllipse项目:my-webapp&gt;mvn eclipse:eclipse * 先写jsp文件 和 web.xml文件 * 接着在src/main/java下写自已的java class文件 * 写pom.xml方件,最关键是添加dependencies * mvn package打包 * ...

    spring-restful-service:Spring Restful 服务展示

    mvn eclipse:clean mvn Eclipse:Eclipse 然后将maven项目导入Eclipse,发布到Tomcat服务器。 上下文路径默认为 TaxService。 注意:通过运行 mvn eclipse:eclipse 创建的构建路径和部署程序集使用 jar 文件的绝对...

    jersey2-sample:教程显示Jersey2的锅炉板代码

    教程Jersey2(Servlet 3.0)样板代码 ... Eclipse: mvn eclipse:eclipse IntelliJ: mvn idea:idea 使用IDE:Eclipse / IntelliJ / Netbeans 新Maven项目 原型:maven-archetype-webapp GroupId:com.techobyte

    MVN常用命令.docx

     mvn archetype:create  -DgroupId=packageName  -DartifactId=projectName  2. 创建Maven的Web项目:   mvn archetype:create  -DgroupId=packageName   -DartifactId=webappName  -...

    DevOps-Project

    运行mvn eclipse:eclipse -DdownloadSources=true -DdownloadJavadocs=true以构建一个带有 javadocs 和源链接的 Eclipse 项目。 在模块文件夹之一中运行mvn clean compile assembly:single以构建一个包含依赖项的 ...

    simple-webapp

    **Ant 没有附带任何关于源代码或...archetype-webapp -DinteractiveMode=false (2)在“${basedir}/src/main/”中添加java文件夹(3)通过 mvn eclipse:clean eclipse:eclipse 创建 .classpath 和 .project 文件(4)在pom.x

    mapreduce:映射学习自我

    mapreduce创建代码项目mvn原型:generate -DarchetypeGroupId = org.apache.maven.archetypes -DgroupId = org.conan.mymahout -DartifactId = myPro -DpackageName = org.conan.mymahout -Dversion = 1.0-SNAPSHOT ...

    NgramTagStackoverflow:stackoverflow 数据集中标签的 N-gram 分析

    清洁: $ mvn clean编译: $ mvn compile创建罐子: $ mvn package创建Eclipse项目: $ mvn eclipse:eclipse使用 maven 运行(仅适用于独立): $ mvn exec:java -Dexec.mainClass="ch.hesso.master.Ngram" -Dexec....

    jar-jconn3,ojdbc14-10.2.0.2.0,sigar-dist-1.6.3.82,sqljdbc4-4.0.0

    mvn install:install-file -DgroupId=org.hyperic -DartifactId=sigar-dist -Dversion=1.6.3.82 -Dpackaging=jar -Dfile=C:\Users\XXXXX\Desktop\sigar-dist-1.6.3.82.zip mvn install:install-file -DgroupId=org....

    test_git:用于测试目的

    跳跃框架由于所有mavenized,下面的maven命令将用于所有给定的项目: MVN清洁MVN安装(不会跳过testCases)/ MVN安装–DskipTests MVN Eclipse:干净Mvn eclipse:eclipse注意:验证构建路径以有效添加上述项目的...

    DM-jar.zip,达蒙jar包含 17.16.15.14

    mvn install:install-file -Dfile=D:\xxxx\Dm7JdbcDriver15.jar -DgroupId=com.dm -DartifactId=dmJDBC -Dversion=7.6.15 -Dpackaging=jar mvn install:install-file -Dfile=D:\xxxx\Dm7JdbcDriver16.jar -...

    Spreadsheet-Common-Crawler

    #Fuse 电子表格语料库工具该存储库包含用于从提取 Fuse 语料库的所有软件。 它主要设计为在 Hadoop ... 运行mvn eclipse:eclipse -DdownloadSources=true -DdownloadJavadocs=true以构建一个带有 javadocs 和源链接的

    jasperreports mvn的依赖包olap4j-0.9.7.309-JS-3

    下载之后再maven的bin目录下使用mvn命令:mvn install:install-file -Dfile=F:\apache-maven-3.5.3\mylib\olap4j-0.9.7.309-JS-3.jar -DgroupId=org.olap4j -DartifactId=olap4j-0.9.7.309-JS-3 -Dversion=0.9.7.309...

    开源maven版 java代码生成工具 SpringMVC+mybatis+easyUI+FDUI

    Maven构建eclipse工程,运行Maven命令:mvn eclipse:eclipse,完成后导入到eclipse中 导入数据库(MYSQL),SQL文件在项目根目录下,名为autoCode.sql,运行里面的内容即可 修改数据库连接参数,配置文件在src/main/resources...

    lombok-sample

    Lombok样品 执行 mvn eclipse:clean 后跟 mvn eclipse:eclipse。

    编译后的hadoop-2.7.3-src.tar.gz

    在centos7下,使用mvn,jdk 1.8.0_65,protoc 2.5.0,执行mvn install,以及mvn eclipse:eclipse -DskipTests之后的压缩文件。 可以导入到eclipse项目中,有可能报错

    Mr.LDA:在MapReduce中使用变分推理的可扩展主题建模

    入门克隆仓库: $ git clone git@github.com:lintool/Mr.LDA.git然后使用标准调用进行构建: $ mvn clean package如果要设置Eclipse环境,请执行以下操作: $ mvn eclipse:clean$ mvn eclipse:eclipse语料库准备美联...

    Maven2 来完成Struts2.0项目的打包实例

    mvn install:install-file -D groupId=org.zenika.widget -D artifactId=gwt-datepicker -D version=r29 -D packaging=jar -D file=C:\gwt-datepicker-r29.jar 命令参数详解: mvn install:install-file: maven 安装...

Global site tag (gtag.js) - Google Analytics