1. 程式人生 > >No plugin found for prefix 'jetty' in the current project

No plugin found for prefix 'jetty' in the current project

    <repositories>
...
        <!-- 
   	    <repository>
	    	<id>org.sonatype.oss.content.groups.jetty</id>
	        <name>jetty-plugin-repo</name>
	        <url> http://oss.sonatype.org/content/groups/jetty/</url>
	        <layout>default</layout>
	        <snapshots>
	            <enabled>true</enabled>
	        </snapshots>
	        <releases>
	            <enabled>true</enabled>
	        </releases>	   
	   </repository>
...
	 -->   
	</repositories>
 </dependencies>
.....
	<dependency>
		<groupId>org.mortbay.jetty</groupId>
		 <artifactId>jetty-maven-plugin</artifactId> 
	         <version>8.0.1.v20110908</version>
        </dependency>
.....
  </dependencies>


相關推薦

maven:No plugin found for prefix 'jetty' in the current project and in the plugin groups

翻譯如下: 在當前的專案裡或外掛組裡沒有以“jetty”開頭名字的外掛。 怎麼辦?3種方案哪種都行。推薦第二種 1.在外掛組裡新增jetty的外掛 在maven的settings.xml裡新增以

No plugin found for prefix 'jetty' in the current project and in the plugin groups

在maven進行jetty的除錯中出現錯誤: [ERROR] No plugin found for prefix 'jetty' in the current project and in the plu gin groups [org.apache.maven.pl

No plugin found for prefix 'jetty' in the current project

<repositories> ... <!-- <repository> <id>org.sonatype.oss.content.groups.jetty</id> <name

安裝maven所見錯誤No plugin found for prefix 'help' in the current project and in the plugin

安裝maven所見錯誤No plugin found for prefix ‘help’ in the current project and in the plugin 最近兩天在用idea使用maven,可是maven的環境變數配置正確,maven安裝包也

Maven出現錯誤No plugin found for prefix 'jetty' in the current

jetty jpress Maven出現錯誤No plugin found for prefix ‘jetty‘ in the current project and in the plugin groups的問題解決只需在maven的setting.xml文件上加入如下節點:<pluginGr

No plugin found for prefix 'jetty' in the current project and in the plugin groups

從意思來看,在本地倉庫有jetty的jar包,專案卻找不到,但是我明明在web的pom檔案中添加了jar <plugin> <groupId>org.mortbay.jetty</groupId>

no plugin found for prefix 'tomcat 7' in the current project

tps prefix detail ref pre mave found details 解決 使用maven build編譯出錯 “no plugin found for prefix ‘tomcat 7‘ in the current project....

No plugin found for prefix 'install' in the current project解決方案

 本來以下配置,報上面的錯 <mirrors> <!-- mirror | Specifies a repository mirror site to use instead of a given repository. The reposi

No plugin found for prefix 'maven' in the current project and in the plugin groups

今天安裝maven時,在命令列中敲入"mvn help:system"後,看樣子是需要從遠端安裝一些東西。 結果報如題那樣的錯誤,build失敗。 敲入"mvn -v" 返回的是正確的資訊(即系統環境變數配置的沒問題)。   百度了一圈,似乎問題出在maven安裝目錄下

mvn spring-boot:run出錯No plugin found for prefix 'spring-boot'

使用 SpringLoader 進行專案的熱部署 以 maven 外掛方式使用 SpringLoader 在 pom 檔案中新增外掛配置檔案中新增外掛配置 使用 maven 的命令spring-boot:run來啟動:: 首先執行Spring-boot的啟動類,且不能停止它啟動,然後在專

mvn spring-boot:run出錯No plugin found for prefix 'spring-boot'

1. 問題描述   springboot文件上的入門例子,在專案根目錄控制檯中輸入mvn spring-boot:run 結果build failure,但是直接在eclipse中run a

springmvc搭建環境時報No mapping found for HTTP request with URI [/exam3/welcome] in DispatcherServlet with name 'spring2'

url att comm con icon ffi handler b- ati 項目是使用spring MVC (1)在瀏覽器中訪問,後臺總報錯: Java代碼 No mapping found for HTTP request with URI [/exam

Spring Boot, Java Config - No mapping found for HTTP request with URI [/…] in DispatcherServlet with name 'dispatcherServlet'

dispatch name req let servlet patch request found pack Spring Boot 啟用應用: error: No mapping found for HTTP request with URI [/…]

springmvc報404錯誤No mapping found for HTTP request with URI [/mavenSpringmvc/requesttest] in DispatcherServlet with name 'spring'

for 404錯誤 com web and uri pat con 題解 問題404錯誤的原因有很多種 有這種,後邊不帶url的 這種一般就是沒有進入到controller中 可以在toncat中看到信息 十一月 12, 2018 12:21:25 下午 org.

No mapping found for HTTP request with URI [....] in DispatcherServlet with name 'springMVC'

這個錯誤,為在頁面報404錯誤。 web.xml 配置如下: <servlet> <servlet-name>springMVC</servlet-name> <servlet-class>org.springframe

No mapping found for HTTP request with URI [xxxx] in DispatcherServlet with name ‘xxx’

搭建SSM環境時測試springMVC時出現個很有趣的問題:  測試webapp下的index.jsp沒問題,但是測試hello就出現問題。 當訪問hello時出現如下問題: 解決方案:          之前掃

No resource identifier found for attribute 'appComponentFactory' in package 'android'

說明 國慶一回來Android專案編譯就報這個錯, 所有人的裝置都無法編譯成功, 排查後推斷是 Android SDK 28的問題,但是我們的 CompileSDKVersion 和 TargetVersion / BuildTools 都是 26, 按理來說不

No configuration found for the specified action解決辦法

使用Struts2,配置一切正常,使用常用tag也正常,但是在使用<s:form>標記時,發現控制檯總是輸出警告資訊,  警告資訊內容如下: 警告: No configuration found for the specified action: 'ShowMes

Exception in thread "main" org.hibernate.HibernateException: No Session found for current thread

背景 使用spring框架整合Hibernate的時候,通過getCurrentSession()獲得與執行緒繫結的session時,可能會遇到no session found for current thread的錯誤; 原因:呼叫getCurrentSession()之前,沒有呼

關於android自定義View時報error: No resource identifier found for attribute ‘XXX’ in package ‘

<?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"    xmlns:iaround