You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by liny <in...@gmail.com> on 2007/10/09 06:13:51 UTC

what is "mvn-eclipse-cache.properties" for?

Sorry, sir:

Can somebody tell me what is "mvn-eclipse-cache.properties" for?

Thanks
-- 
View this message in context: http://www.nabble.com/what-is-%22mvn-eclipse-cache.properties%22-for--tf4592058s177.html#a13109051
Sent from the Maven - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: what is "mvn-eclipse-cache.properties" for?

Posted by liny <in...@gmail.com>.


Stuart McCulloch wrote:
> 
> On 09/10/2007, liny <in...@gmail.com> wrote:
>>
>>
>> Sorry, sir:
>>
>> Can somebody tell me what is "mvn-eclipse-cache.properties" for?
> 
> 
> it's produced by the maven-eclipse-plugin - if you look inside the file
> you'll see a comment:
> 
>    #Temporary index for unavailable sources and javadocs
> 
> so it's where the eclipse plugin lists any sources / javadocs it can't
> find,
> to avoid repeated download attempts
> 
> Thanks
>> --
>> View this message in context:
>> http://www.nabble.com/what-is-%22mvn-eclipse-cache.properties%22-for--tf4592058s177.html#a13109051
>> Sent from the Maven - Users mailing list archive at Nabble.com.
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
>> For additional commands, e-mail: users-help@maven.apache.org
>>
>>
> 
> 
> -- 
> Cheers, Stuart
> 
> 

Thank you, I get it!

-- 
View this message in context: http://www.nabble.com/what-is-%22mvn-eclipse-cache.properties%22-for--tf4592058s177.html#a13149760
Sent from the Maven - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: what is "mvn-eclipse-cache.properties" for?

Posted by Stuart McCulloch <st...@jayway.net>.
On 09/10/2007, liny <in...@gmail.com> wrote:
>
>
> Sorry, sir:
>
> Can somebody tell me what is "mvn-eclipse-cache.properties" for?


it's produced by the maven-eclipse-plugin - if you look inside the file
you'll see a comment:

   #Temporary index for unavailable sources and javadocs

so it's where the eclipse plugin lists any sources / javadocs it can't find,
to avoid repeated download attempts

Thanks
> --
> View this message in context:
> http://www.nabble.com/what-is-%22mvn-eclipse-cache.properties%22-for--tf4592058s177.html#a13109051
> Sent from the Maven - Users mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
>
>


-- 
Cheers, Stuart