[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的插件太多,官方测试不完全,插件开发者自己该测一下兼容性啊
分享到:
相关推荐
在构建和运行淘淘商城项目时,可能会遇到一个常见的错误提示:“Missing artifact com.github.pagehelper:pagehelper:jar:3.”。这个错误意味着在项目的依赖管理中,缺少了一个名为PageHelper的库,具体版本为3。...
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"是一个典型的Maven项目打包后的文件名,它包含了项目的版本信息。`com.github.eclipsecolortheme`是项目的groupId,`updatesite`是artifactId...
<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-...
<groupId>org.apache.maven.plugins <artifactId>maven-shade-plugin <version>3.1.0 <phase>package <goal>shade implementation="org.apache.maven.plugins.shade.resource....
搞不懂为啥好多资源都需要关注公众号或者看视频才能下载。 ---------------------------------------------------------------- ---------------------------------------------------------------- ...
Maven坐标:com.github.penggle:kaptcha:2.3.2; 标签:github、penggle、kaptcha、中文文档、jar包、java; 使用方法:解压翻译后的API文档,用浏览器打开“index.html”文件,即可纵览文档内容。 人性化翻译,文档...
<!-- https://mvnrepository.com/artifact/com.github.jgraph/jgraphx --> <groupId>com.github.jgraph</groupId> <artifactId>jgraphx <version>v3.9.3 </dependency>
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引入 ...
Maven坐标:com.github.tobato:fastdfs-client:1.27.2; 标签:github、tobato、fastdfs、client、中文文档、jar包、java; 使用方法:解压翻译后的API文档,用浏览器打开“index.html”文件,即可纵览文档内容。 ...
在<plugins></plugins>中添加 <groupId>org.apache.maven.plugins <artifactId>maven-compiler-plugin <version>3.8.1 <source>1.8 <target>1.8 </plugin>
国内连接maven官方的仓库更新依赖,收集一些国内快速的maven仓库镜像以备用。 settings.xml配置好的国内私服,直接可以下载使用!
implementation ‘com.github.LuckSiege.PictureSelector:picture_library:v2.2.3’ 依赖 build.gradle加入 allprojects { repositories { jcenter() maven { url ‘https://jitpack.io’ } } } 功能...
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 - CompoundLayout ...compile 'com.github.jaouan:compoundlayout:1.0.1' Usage General CompoundLayout checked state can be changed programmatically using method myCompoundLayout.s
classpath 'com.github.dcendents:android-maven-gradle-plugin:版本号' } } ``` 2. 应用插件并配置相关属性: ```groovy apply plugin: 'com.android.library' apply plugin: '...
junrar-0.7.jar 从 https://repo1.maven.org/maven2/com/github/junrar/junrar/0.7/junrar-0.7.jar 下载下来的。不过unrar的话只试用rar4.0及以下的解压哦
Example project using GitHub Maven Plugins
<url>http://maven.aliyun.com/nexus/content/groups/public/</url> * ``` 这段代码中,`id`是镜像的唯一标识,`name`是镜像的描述,`url`是阿里云镜像的地址,`mirrorOf`设定为`*`表示所有仓库请求都将...