为了和团队开发环境保持一致,须要 在Ubuntu上安装maven2.2.1,引文我之前已经用apt-get命令安装了3.3的maven.在运行maven命令时报错: Maven: NoClassDefFoundError: org/codehaus/plexus/classworlds/launcher/Launcher 用下面命令又一次链接.就能够搞定: bash-3.2$ cd /usr/share/ bash-3.2$ sudo mv maven maven.temp bash-3.2$…
今天maven突然无法引入本地maven库的jar包,导致maven工程出错,然后就准备重装maven ,开始只是将环境变量删除,将之前的压缩包解压,再重新配置环境 变量,可是配置好后在dos窗口 输入 mvn -v 查看是否安装成功,一直报 找不到或无法加载主类 org.codehaus.plexus.classworlds.launcher.Launcher,在网上搜 好多都是说环境变量的配置,感觉没什么用,试了一下果然没有软用,最后去maven官网,下载了最新的maven压缩包,解压后,配…
maven3 org.codehaus.plexus.classworlds.launcher.launcher 找不到或无法加载主类 嗯,网上很多资料说是路径的问题,确实是有可能是路径的问题,而且还是在/bashrc中的路径的问题.mac上如果带有相对路径,比如-,那可能就会出现这样的情况.所以当出现这样的错误的时候,可以在配置文件中将路径写完整.问题解决.擦,真是奇怪的问题.…
问题:maven install时,报错:java.lang.NoClassDefFoundError: org/codehaus/plexus/compiler/util/scan/InclusionScanException. 解决方式:在pom中升级maven compiler plugin版本 <build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> &l…
配置PATH的时候,把$PATH写在后面,比如下面这样 export PATH=$MAVEN_HOME/bin:$PATH…
从maven2升级到maven3或者从maven3降级到maven2,M2_HOME环境变量改变后,在终端执行mvn -v,出现如下错误: Exception in thread "main" java.lang.NoClassDefFoundError: org/codehaus/plexus/classworlds/launcher/Launcher Caused by: java.lang.ClassNotFoundException: org.codehaus.plexus.c…
学着使用idea,想创建个maven项目,但是出师不利,立马报错,贼尴尬,错误信息如下: D:\Develop\JDK\bin\java.exe -Dmaven.multiModuleProjectDirectory=C:\Users\Administrator\AppData\Local\Temp\archetypetmp -Dmaven.home=D:\Develop\apache-maven-3.5.2 -Dclassworlds.conf=D:\Develop\apache-maven-…
使用tomcat7-maven-plugin插件运行web项目时, 出现下面错误: [WARNING] Error injecting: org.sonatype.plexus.build.incremental.DefaultBuildContext java.lang.NoClassDefFoundError: org/codehaus/plexus/util/Scanner ... java.lang.ClassNotFoundException: org.codehaus.plexus.…
原本好好的Maven工程却出现了莫名的错误 Failure to transfer org.codehaus.plexus:plexus-archiver:jar:2.0.1 from http://repo.maven.apache.org/ maven2 was cached in the local repository, resolution will not be reattempted until the update interval of central has elapsed…
failure to transfer org.codehaus.plexus:plexus:pom:2.0.5 from http:// repo.maven.apache.org/maven2 was cached in the local repository, resolution will not  be reattempted until the update interval of central has elapsed or updates are forced.  Origin…