解决方法一:

命令:tomcat7:run                    注意:trim(run)      run前后不存在空格

解决方法二: 
找到这个settings.xml文件,进行编辑,在pluginGroups标签下加入下面的配置

<pluginGroups>
<pluginGroup>org.apache.tomcat.maven</pluginGroup>
</pluginGroups>

原路径:http://tomcat.apache.org/maven-plugin-2.2/

解决方法三:在pom.xml文件中加入

<pluginRepositories><pluginRepository><id>apache.snapshots</id><name>Apache Snapshots</name><url>http://repository.apache.org/content/groups/snapshots-group/</url><releases><enabled>false</enabled></releases><snapshots><enabled>true</enabled></snapshots></pluginRepository>
</pluginRepositories>

解决方法四:加入这个tomcat7配置

<plugin><groupId>org.apache.tomcat.maven</groupId><artifactId>tomcat7-maven-plugin</artifactId><version>2.2</version>
</plugin>

版权声明:如果您发现了文章和代码中的错误,欢迎您在评论区中指出并给予指导,谢谢!! https://blog.csdn.net/u012661010/article/details/73734058

遇到 no plugin found for prefix 'tomcat 7' in the current project and in the plugin groups 的解决办法相关推荐

  1. no plugin found for prefix ‘tomcat 7‘ in the current project and in the plugin groups的解决方法

    no plugin found for prefix 'tomcat 7' in the current project and in the plugin groups的解决方法 参考文章: (1) ...

  2. Maven出现错误No plugin found for prefix ‘jetty‘ in the current project and in the plugin groups的问题解决

    Maven出现错误No plugin found for prefix 'jetty' in the current project and in the plugin groups的问题解决 参考文 ...

  3. 错误:No plugin found for prefix spring-boot in the current project and in the plugin groups

    前言 maven 3.6.1 springboot v2.1.x 在多模块的 Maven 项目中,执行 mvn spring-boot:run -pl xxx.groupId:xxx.artifact ...

  4. maven出现No plugin found for prefix ‘help‘ in the current project and in the plugin groups [org.ap

    控制台输入 mvn help:system 下载相应包时 出现如下问题: Noplugin found for prefix 'help' in the current project and in ...

  5. 错误整理: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 ...

  6. 8080:The Tomcat connector configured to listen on port 8080 failed to start 的解决办法

    问题再现: 控制台最后会显示Application启动失败,如下: ...*************************** APPLICATION FAILED TO START ******* ...

  7. No plugin found for prefix ‘compile‘ in the current project

    在编译flink的scala工程的时候,编译命令如下: mvn scala compile:compile package 完整报错信息如下: [INFO] --------------------- ...

  8. Maven配置完毕后构建失败,无法下载JAR包,输入mvn help:system后出现No plugin found for prefix ‘help‘...问题的解决方案

    这个问题困扰了我很久,找了很多解决方案,但还是一直无法解决.我在虚拟机中按照标准步骤配置了很多次,每次都能够成功,但一在物理机中,相同的配置步骤带来的结果却总是配置失败,在cmd中输入mvn help ...

  9. maven配置tomcat无法启动的解决办法

    maven配置tomcat无法启动的解决办法 maven配置的tomcat 配置方式 无法启动的解决办法 maven配置的tomcat 由于下载配置tomcat的方式比较繁琐,所以这里主要讲maven ...

  10. tomcat启动失败404解决办法

    tomcat启动失败的一个原因可能是因为8080端口被占用 解决办法: 1.打开cmd 输入 netstat -ano 2.如果发现8080端口被其他进程占用,在任务管理器的详情中找到它并关闭 3.重 ...

最新文章

  1. C# WinForm 添加Windows Media Player 控件调试出现未能加载文件或程序集Interop.WMPLib,该怎么解决...
  2. python(numpy,pandas2)——numpy 运算
  3. 关于这道填空题,你会如何回答?(附带学习链接)
  4. CodeIgniter 的数据安全过滤全解析
  5. 30 行 Javascript 代码搞定智能家居系统
  6. 【开源工程】之YUVPlayer1.6
  7. 航拍高手、吉他十级,6500+Star 开源项目作者,后浪程序员给力!
  8. 微型计算机中 奔三 指,计算机基础知识180题.docx
  9. 防止android应用的内存泄露
  10. java.lang.IllegalArgumentException: An invalid character [10] was present in the Cookie value
  11. dubbo 学习资料
  12. 邮件服务系列之一基础原理
  13. Axure9学习笔记1:介绍及安装
  14. 小学奥数平均数经典问题汇总
  15. Facebook登录的时候验证邮箱
  16. 运筹说 第55期丨整数规划先驱——Ralph Gomory
  17. jQuery学习笔记之closest()
  18. 8.遍历二叉树、线索二叉树、森林
  19. java和js实现省市县级连
  20. 内网渗透(六十一)之Kerberosating攻击

热门文章

  1. badboy html5,html5_ol.htm
  2. 极客大学架构师训练营 组件设计原则 安全架构 防火墙ModSecurity 第21课 听课总结
  3. 极客大学架构师训练营 系统架构 分布式数据库 Zookeeper 第12课 听课总结
  4. 564. 寻找最近的回文数
  5. python操作数据库的两种方式
  6. 公式推导 11-27
  7. html文本添加超链接就换行,HTML - SegmentFault 思否
  8. CS231n李飞飞计算机视觉 卷积神经网络详解下
  9. 浅谈算法和数据结构: 六 符号表及其基本实现
  10. java基础学习(9)堆和栈的区别详解