Are there any maven plugins that will search for artifacts? By artifactId would be great.
Ideally, I'd like to be able to plugin in artifactId and have it come back with full GAV's.
Thanks.
|
Are there any maven plugins that will search for artifacts? By artifactId would be great. Ideally, I'd like to be able to plugin in artifactId and have it come back with full GAV's. Thanks. |
|||
|
|
|
Is there a reason you specifically need a plugin? Nexus, now powering Maven central, has extremely good search functionality. IntelliJ provides really good maven gav completion, and Eclipse had done some decent work on it last I checked, too. |
|||
|