Java – IntelliJ: search the project for the source of Maven dependencies

Can I search some text through the source code of all Maven dependencies of the project?

For example, if you import the following sample Maven project: https://github.com/ajorpheus/javadoc-mem-test/tree/search-in-jars , the search for tempheaders should include abstractclienthttprequest Java as search results

Is there a plugin that allows you to do this?

If IntelliJ doesn't support this, do you know an IDE independent way to do this Maven project? I've seen tools like jare explorer, but they don't seem to do so

Solution

I found out how to do this

Use projects and libraries to customize the scope

The content of this article comes from the network collection of netizens. It is used as a learning reference. The copyright belongs to the original author.
THE END
分享
二维码
< <上一篇
下一篇>>