构建后如何触发命令?
maven有没有办法在构建成功或失败后触发系统命令? 现在我正在使用外部脚本来运行 mvn package
,但我希望此功能与 Maven 进程集成。
Is there a way for maven to trigger system command after successful or unsuccessful build?
Right now I'm using external script to run mvn package
, but I would like this feature integrated with maven process.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Maven 支持前置脚本和后置脚本。请参阅接受的答案这里。在你的情况下它将是 mavenrc_post.bat
Maven supports pre and post scripts. See the accepted answer here. In your case it would be mavenrc_post.bat