Maven goal / plugin to touch a file
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
精彩评论