maven notes

mvn -U clean install --settings D:\server\apache-maven-3.5.4\conf\settings.xml -Dmaven.test.skip=true -Dmaven.repo.local=D:\localrepository

maven项目启动时忽略 web.xml

        org.apache.maven.plugins
        maven-war-plugin
        2.4
        
                  false
        



##  maven install 打包带 source

        org.apache.maven.plugins
         maven-source-plugin
         
               
                   attach-sources
                   
                       jar
                   
               
          
 

你可能感兴趣的:(maven notes)