How can I get the list of artifacts in my Maven repository?

孤者浪人 提交于 2019-12-06 17:11:15

问题


Is there a Maven goal to list the artifacts that are stored in my local Maven repository?


回答1:


I'm not aware of any plugin doing that and, to be honest, I don't get the point. Maybe you could just use your OS file search feature to achieve your goal. If really you want to do this from Maven, then execute this command using the maven-exec-plugin. Another option would be to use the maven-antrun-plugin if you can find an Ant task allowing to find files. But, as I said, I don't get the point of this.



来源:https://stackoverflow.com/questions/2063378/how-can-i-get-the-list-of-artifacts-in-my-maven-repository

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!