在maven中我们如何将整个目录复制到另一个目录?
我想改进我们项目中的构建敌人开发,在这方面,我想使用 maven 实现以下目标:
- 我想使用 maven 复制整个目录层次结构,包括目录本身到另一个目录。我怎样才能做到这一点? 我需要它来将“MyApp.ear”目录复制到 \domain\autodeploy。
- 然后,我想使用maven在weblogic域的自动部署下创建一个文件“REDEPLOY”
- 当我们对java文件进行一些更改时,只想复制类文件的分解目录并使用maven触摸REDEPLOY filr来触发请自动部署
。建议我们如何使用 Maven 来实现这一目标。
I would like to improve the build foe development in our project and in this regard I would like to achive the following using maven:
- I want to copy an entire directory heirarchy, including the directory itself to another directory using maven. How do I achive that ?
I need this to copy a "MyApp.ear" directory to \domain\autodeploy. - Then, I would like to create a file "REDEPLOY" under autodeploy of weblogic domain using maven
- When ever we do some changes to java file, would like to copy only the exploded dir of class files and touch the REDEPLOY filr using maven to trigger the auto-deploy
Pls. suggest how do we achive this using maven.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我想到了几个建议:
A couple suggestions come to mind: