eclipse Maven war 包

  1. eclipse
    .settings\org.eclipse.wst.common.component

    
        
        
        
        
        
        
    

  1. maven
    pom.xml
    4.0.0
    修改
    修改
    0.0.1-SNAPSHOT
    war
    修改
...
    
        
        hytx_oa
...
  1. 编译
    右击项目--->点击Debug ----->点击 Maven install进行编译,编译成功后入图(要出现success字样编译才算成功)


  2. 打包
    右击项目--->点击Debug as ---->点击 Maven build...
    在Goals中输入clean compile package

Good Game

你可能感兴趣的:(eclipse Maven war 包)