如何监听本地maven repo的变化?
我想听听本地 Maven 仓库的变化。然后我可以调用一些自定义脚本。 我的问题是:maven 是否有任何钩子来监听 maven 是否正在从远程仓库下载新工件?
I want to listen to changes of local maven repo. Then I could invoke some customized script.
My question is: is there any hook for maven to listen to whether maven is downloading new artifacts from remote repo?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我建议使用 Nexus 存储库管理器来存储您的工件。
此问题的答案演示了如何使用 Nexus 提供的 RSS 源,触发其他系统中的操作。
I'd suggest using the Nexus repository manager to store your artifacts.
The answer to this question demonstrates how you can use the RSS feeds, provided by Nexus, to trigger actions in other systems.