今日出错解决cannot resolve plugin org.mortbay.jetty:maven-jetty-plugin阿里云仓库对应地址没有jetty插件
Posted 好多个码农
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了今日出错解决cannot resolve plugin org.mortbay.jetty:maven-jetty-plugin阿里云仓库对应地址没有jetty插件相关的知识,希望对你有一定的参考价值。
之前按照下面这个在pom.xml中配置jetty插件,总是报错说阿里云仓库没有
<!--jetty插件--> <plugin> <groupId>org.mortbay.jetty</groupId> <artifactId>maven-jetty-plugin</artifactId> <configuration> <stopPort>9988</stopPort> <stopKey>foo</stopKey> <scanIntervalSeconds>5</scanIntervalSeconds> <connectors> <!--<connector implementation="org.eclipse.jetty.server.nio.SelectChannelConnector">--> <connector implementation="org.mortbay.jetty.nio.SelectChannelConnector"> <port>8088</port> <maxIdleTime>60000</maxIdleTime> </connector> </connectors> <webAppConfig> <contextPath>/</contextPath> <defaultsDescriptor></defaultsDescriptor> </webAppConfig> </configuration> </plugin>
改成下面这个之后,maven 能引入了,原因未知
<plugin> <groupId>org.eclipse.jetty</groupId> <artifactId>jetty-maven-plugin</artifactId> <version>9.3.14.v20161028</version> <configuration> <webAppConfig> <maxFormContentSize>600000</maxFormContentSize> <contextPath>/file</contextPath> </webAppConfig> <scanIntervalSeconds>3</scanIntervalSeconds> <webAppSourceDirectory>${basedir}/webapp/</webAppSourceDirectory> <stopPort>9998</stopPort> <stopKey>stop</stopKey> <jettyConfig/> <systemProperties> <systemProperty> <name>UrlEncoded</name> <value>GBK</value> </systemProperty> </systemProperties> </configuration> </plugin>
以上是关于今日出错解决cannot resolve plugin org.mortbay.jetty:maven-jetty-plugin阿里云仓库对应地址没有jetty插件的主要内容,如果未能解决你的问题,请参考以下文章
Eclipse的java代码出错:The import org.apache cannot be resolved
Eclipse的java代码出错:The import org.apache cannot be resolved
AndroidStudio中R文件引用失败(Cannot resolve symbol 'R')的解决方法
yum出错Error: Cannot find a valid baseurl for repo: base
解决jsp里面写java代码 HTTP 状态 500 - 无法为 JSP 编译类 System.out cannot be resolved to a type
Cannot resolve the collation conflict between "Chinese_PRC_CI_AS" and "SQL_L及由于排序规则不同