Maven building only changed files

前端 未结 7 965
Happy的楠姐
Happy的楠姐 2020-12-13 01:59

Lets say i have module structure like below

     Modules
       ->utils
       ->domain
       ->client
       ->services
       ->deploy (th         


        
7条回答
  •  隐瞒了意图╮
    2020-12-13 02:38

    If you are using SVN and *nix, from the root module

    mvn install -amd -pl $(svn st | colrm 1 8 | sed 's /.*  ' | xargs echo | sed 's- -,:-g' | sed 's ^ : ') 
    

提交回复
热议问题