zoukankan      html  css  js  c++  java
  • [WARNING] The requested profile "pom.xml" could not be activated because it does not exist.

    1、错误描述:在执行maven clean的时候有时会出现 The requested profile “pom.xml” could not be activated because it does not exist 的错误。

     1 [INFO] Scanning for projects...
     2 [INFO] 
     3 [INFO] --------------------------< com.example:demo >--------------------------
     4 [INFO] Building demo 0.0.1-SNAPSHOT
     5 [INFO] --------------------------------[ jar ]---------------------------------
     6 [INFO] 
     7 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ demo ---
     8 [INFO] Deleting D:eclipseworkspace_springdemo	arget
     9 [INFO] ------------------------------------------------------------------------
    10 [INFO] BUILD SUCCESS
    11 [INFO] ------------------------------------------------------------------------
    12 [INFO] Total time: 1.951 s
    13 [INFO] Finished at: 2020-11-23T10:52:01+08:00
    14 [INFO] ------------------------------------------------------------------------
    15 [WARNING] The requested profile "pom.xml" could not be activated because it does not exist.

    解决办法:在项目中单击右键 -->属性 -->maven,将此处清空保存即可。


  • 相关阅读:
    (一)单例模式
    mysql数据库知识
    JavaScript
    Spring整合AspectJ的AOP
    Spring-AOP
    JDK代理和CGLIB代理
    mybatis-dao开发
    mybatis-入门
    CSS2.1
    HTML基础
  • 原文地址:https://www.cnblogs.com/biehongli/p/14023286.html
Copyright © 2011-2022 走看看