`
riching
  • 浏览: 264453 次
  • 性别: Icon_minigender_1
  • 来自: 北京
社区版块
存档分类
最新评论

maven com.github.goldin.plugins 报错

 
阅读更多
[INFO] --- copy-maven-plugin:0.2.5:copy
[WARNING] Error injecting: com.github.goldin.plugins.copy.CopyMojo
java.lang.NoClassDefFoundError: Lorg/sonatype/aether/RepositorySystem;

[ERROR] Failed to execute goal com.github.goldin:copy-maven-plugin:0.2.5:copy (unpack-qzz) on project travel-destination: Execution unpack-qzz of goal com.github.goldin:copy-maven-plugin:0.2.5:copy failed: A required class was missing while executing com.github.goldin:copy-maven-plugin:0.2.5:copy: Lorg/sonatype/aether/RepositorySystem;

看maven官方提示是版本不兼容,所以我试了几个maven版本2.2.1 3.1.1 3.2.1都不行
最后换成3.0.5 3.0.4这两个版本是可以的、
maven的插件太多,官方测试不完全,插件开发者自己该测一下兼容性啊
分享到:
评论
2 楼 renzhengzhi 2015-08-21  
我的maven版本是3.2.3,也报这个错误
1 楼 jianchen 2015-03-19  
好吧,同样遇到了,发现版本果然是3.1.1....

相关推荐

    淘淘商城Missing artifact com.github.pagehelper:pagehelper:jar:3. 解决方案

    在构建和运行淘淘商城项目时,可能会遇到一个常见的错误提示:“Missing artifact com.github.pagehelper:pagehelper:jar:3.”。这个错误意味着在项目的依赖管理中,缺少了一个名为PageHelper的库,具体版本为3。...

    Jenkins编译报错Failed to execute goal org.apache.maven.plugins_maven-clean-plugin

    Failed to execute goal org.apache.maven.plugins:maven-clean-plugin:2.5:clean (default-clean) on project

    com.github.eclipsecolortheme.updatesite-1.1.0-SNAPSHOT.zip

    标题中的"com.github.eclipsecolortheme.updatesite-1.1.0-SNAPSHOT.zip"是一个典型的Maven项目打包后的文件名,它包含了项目的版本信息。`com.github.eclipsecolortheme`是项目的groupId,`updatesite`是artifactId...

    新建Maven项目时出错:org.apache.maven.archiver.MavenArchiver.getManifest

    <groupId>org.apache.maven.plugins <artifactId>maven-war-plugin <version>2.6 <version>3.1 <failOnMissingWebXml>false jar项目添加 <groupId>org.apache.maven.plugins <artifactId>maven-jar-...

    maven-shade-plugin-3.1.0.jar

    <groupId>org.apache.maven.plugins <artifactId>maven-shade-plugin <version>3.1.0 <phase>package <goal>shade implementation="org.apache.maven.plugins.shade.resource....

    github.promeg.tinypinyin-2.0.3.jar

    搞不懂为啥好多资源都需要关注公众号或者看视频才能下载。 ---------------------------------------------------------------- ---------------------------------------------------------------- ...

    kaptcha-2.3.2-API文档-中文版.zip

    Maven坐标:com.github.penggle:kaptcha:2.3.2; 标签:github、penggle、kaptcha、中文文档、jar包、java; 使用方法:解压翻译后的API文档,用浏览器打开“index.html”文件,即可纵览文档内容。 人性化翻译,文档...

    xjar-4.0.2.jar

    mvn install:install-file -Dfile=D:\software\Apache\apache-maven-3.6.2\other\xjar-4.0.2.jar -DgroupId=com.github.core-lib -DartifactId=xjar-4.0.2 -Dversion=4.0.2 -Dpackaging=jar 2.pom.xml引入 ...

    jgraphx-v3.9.3.jar

    <!-- https://mvnrepository.com/artifact/com.github.jgraph/jgraphx --> <groupId>com.github.jgraph</groupId> <artifactId>jgraphx <version>v3.9.3 </dependency>

    fastdfs-client-1.27.2-API文档-中文版.zip

    Maven坐标:com.github.tobato:fastdfs-client:1.27.2; 标签:github、tobato、fastdfs、client、中文文档、jar包、java; 使用方法:解压翻译后的API文档,用浏览器打开“index.html”文件,即可纵览文档内容。 ...

    Android 选择图片、上传图片之PictureSelector

    implementation ‘com.github.LuckSiege.PictureSelector:picture_library:v2.2.3’ 依赖 build.gradle加入 allprojects {  repositories {  jcenter()  maven { url ‘https://jitpack.io’ }  } }   功能...

    Failed to execute goal org.apache.maven.plugins:maven-compiler

    在<plugins></plugins>中添加 <groupId>org.apache.maven.plugins <artifactId>maven-compiler-plugin <version>3.8.1 <source>1.8 <target>1.8 </plugin>

    maven settings.xml 直接下载使用

    国内连接maven官方的仓库更新依赖,收集一些国内快速的maven仓库镜像以备用。 settings.xml配置好的国内私服,直接可以下载使用!

    maven-com\github\promeg\tinypinyin-lexicons-java-cncity

    在仓库中https://mvnrepository.com/下载这个 需要登录,又没账号 好在在其他地方找到了。 无条件分享~ ----------------------------------------------------------------------------------------------------...

    Android代码-rx-java-extensions

    This library allow simple implementation for some tasks in android Usage Add library to project dependencies. repositories { maven { url "https://jitpack.io" } } dependencies { // snapshot ...

    Android代码-让任何布局支持选中状态,类似 Checkbox 的属性

    Android - CompoundLayout ...compile 'com.github.jaouan:compoundlayout:1.0.1' Usage General CompoundLayout checked state can be changed programmatically using method myCompoundLayout.s

    android-maven-gradle-plugin,与android库项目兼容的gradle的maven插件.zip

    classpath 'com.github.dcendents:android-maven-gradle-plugin:版本号' } } ``` 2. 应用插件并配置相关属性: ```groovy apply plugin: 'com.android.library' apply plugin: '...

    Android代码-StompProtocolAndroid

    STOMP protocol via WebSocket for Android Overview This library provide ... implementation 'com.github.NaikSoftware:StompProtocolAndroid:{latest version}' } Example backend (Spring Boot) WebSocketConfig

    pagehelper-5.3.0-API文档-中文版.zip

    Maven坐标:com.github.pagehelper:pagehelper:5.3.0; 标签:github、pagehelper、中文文档、jar包、java; 使用方法:解压翻译后的API文档,用浏览器打开“index.html”文件,即可纵览文档内容。 人性化翻译,文档...

Global site tag (gtag.js) - Google Analytics