I know of nothing that does both, but if you want to find something locally and 
are on:

Mac: 
    You’d think that spotlight would be able to help here but NO!

Any unix (including Mac), in a shell:
    find ~/.m2/repository -name <name>*-*.jar -print

    This should give you a pretty clear result.

Windows:
    Sorry, I have no idea about how to do it on this platform. Installing 
Cygwin or even the git bash would allow you to use the unix find, but 
~/.m2/repository will not work then so you would have to resolve the path from 
the bash shell to your windows home directory (which is not where $HOME points 
to in Cygwin nor Git bash). Windows wise it would be 
"C:\Users\<user>\.m2\repository”. I think cygwin has a ”cygpath -u <windows 
path>” command that would give you the cygwin path.

Regards,
Tommy


Från: Bruce Wen <crest....@gmail.com>
Svara: Maven Users List <users@maven.apache.org>
Datum: 13 juli 2017 at 13:33:28
Till: Maven Users List <users@maven.apache.org>
Ämne:  Re: Is it possible to search maven site?  

Hi,  

Thanks for your reply!  

Yes, I want to search maven site content even it's not published to  
internet.  

On Thu, Jul 13, 2017 at 2:29 PM, <g.h...@aurenz.de> wrote:  

> Hello Bruce,  
>  
> depends on what you mean. You can use the Google search:  
> https://maven.apache.org/skins/maven-fluido-skin/#GoogleSearch  
> Of course this only works if your Maven site is accessible from the  
> Internet.  
>  
> So far I haven't seen any plugin or whatsoever which enables some kind of  
> offline search.  
>  
> Regards,  
> Gerrit  
> -----Ursprüngliche Nachricht-----  
> Von: Bruce Wen [mailto:crest....@gmail.com]  
> Gesendet: Donnerstag, 13. Juli 2017 13:53  
> An: users@maven.apache.org  
> Betreff: Is it possible to search maven site?  
>  
> Hi All,  
>  
> Is there any existing solution to search maven site? Any maven plugin to  
> do that?  
>  
> Bruce Wen (GuangMing)  
>  
> ---------------------------------------------------------------------  
> To unsubscribe, e-mail: users-unsubscr...@maven.apache.org  
> For additional commands, e-mail: users-h...@maven.apache.org  
>  



--  
Bruce Wen (GuangMing)  
-----------------------------------------------------------------------------------------------------------------
  
"Undertake not what you cannot perform, but be careful to keep your promise  
- George Washington"  
-----------------------------------------------------------------------------------------------------------------
  
Internet Email:crest....@gmail.com  
LinkedIn:cn.linkedin.com/in/wengm  
Blog:crest-boy.livejournal.com  
MSN:crest-...@hotmail.com  

Attachment: signature.asc
Description: Message signed with OpenPGP using AMPGpg

Reply via email to