zoukankan      html  css  js  c++  java
  • mvn tomcat7:help的14个命令

    D:2018codeXXX>mvn tomcat7:help
    [INFO] Scanning for projects...
    [INFO]
    [INFO] ---------------------< org.cqupt.mauger:Resource >----------------------
    [INFO] Building Resource 0.0.1-SNAPSHOT
    [INFO] --------------------------------[ war ]---------------------------------
    [INFO]
    [INFO] --- tomcat7-maven-plugin:2.2:help (default-cli) @ Resource ---
    [INFO] Apache Tomcat Maven Plugin :: Tomcat 7.x 2.2
      The Tomcat Maven Plugin provides goals to manipulate WAR projects within the
      Tomcat 7.x servlet container.
    
    This plugin has 14 goals:
    
    tomcat7:deploy
      Deploy a WAR to Tomcat.
    
    tomcat7:deploy-only
      Deploy a WAR to Tomcat without forking the package lifecycle.
    
    tomcat7:exec-war
      Create a self executable jar file containing all necessary Apache Tomcat
      classes. This allows for using just java -jar mywebapp.jar to run your webapp
      without needing to install a Tomcat instance. More details here.
    
    tomcat7:exec-war-only
      Same as exec-war goal without forking the package lifecycle.
    
    tomcat7:help
      Display help information on tomcat7-maven-plugin.
      Call mvn tomcat7:help -Ddetail=true -Dgoal=<goal-name> to display parameter
      details.
    
    tomcat7:redeploy
      Redeploy a WAR in Tomcat. (Alias for the deploy goal with its update parameter
      set to true.)
    
    tomcat7:redeploy-only
      Redeploy a WAR in Tomcat without forking the package lifecycle. (Alias for the
      deploy-only goal with its update parameter set to true.)
    
    tomcat7:run
      Runs the current project as a dynamic web application using an embedded Tomcat
      server.
    
    tomcat7:run-war
      Runs the current project as a packaged web application using an embedded
      Tomcat server.
    
    tomcat7:run-war-only
      Same as run-war goal without forking the package cycle.
    
    tomcat7:shutdown
      Shuts down all possibly started embedded Tomcat servers. This will be
      automatically done through a shutdown hook or you may call this Mojo to shut
      them down explictly.
    
      By default the shutdown goal is not bound to any phase. For integration tests
      you might want to bind it to post-integration-test.
    
    tomcat7:standalone-war
      This Mojo will create an executable war file with embedded Tomcat that is also
      capable of being deployed elsewhere.
    
    tomcat7:standalone-war-only
      This Mojo will create an executable war file with embedded Tomcat that is also
      capable of being deployed elsewhere.
    
    tomcat7:undeploy
      Undeploy a WAR from Tomcat.
    
    
    [INFO] ------------------------------------------------------------------------
    [INFO] BUILD SUCCESS
    [INFO] ------------------------------------------------------------------------
    [INFO] Total time: 1.786 s
    [INFO] Finished at: 2018-11-09T10:03:12+08:00
    [INFO] ------------------------------------------------------------------------
    
  • 相关阅读:
    React:Target container is not a DOM element
    安装完node.js,在命令行输入npm -v无反应的解决办法
    正则匹配中文字符
    设计一个函数,它接受不定数量的参数,这是参数都是函数。这些函数都接受一个回调函数作为参数,按照回调函数被调用的顺序返回函数名
    回调函数/callback
    切图 or 切片
    编写获取最终样式的函数
    【Java例题】5.2 数组转换
    【Java例题】5.1 多项式计算
    【Java例题】4.5异常处理
  • 原文地址:https://www.cnblogs.com/wumz/p/9933509.html
Copyright © 2011-2022 走看看