开发者

Maven goal / plugin to touch a file

开发者 https://www.devze.com 2023-03-08 12:28 出处:网络
Hi I\'m looking for a way to touch a file using maven. The specific user case for this is touching a \".reload\" file in o开发者_如何学Crder to force Glassfish to redeploy an Application.These possib

Hi I'm looking for a way to touch a file using maven. The specific user case for this is touching a ".reload" file in o开发者_如何学Crder to force Glassfish to redeploy an Application.


These possibilities come to mind:

  • Use the antrun plugin and the <touch> task
  • Use the GMaven plugin and touch the file programmatically using Groovy
0

精彩评论

暂无评论...
验证码 换一张
取 消