There's two ways to bypass this:
1) Run mvn with "-o" to run Maven offline. It won't check for these
files and will run very fast.
2) In the maven-eclipse-plugin section of your pom.xml, change the
values from true to false:
<downloadSources>true</downloadSources>
<downloadJavadocs>true</downloadJavadocs>
Matt
On 9/16/07, Jim Qiu <[EMAIL PROTECTED]> wrote:
>
>
> Hi
> This is maybe a maven question, but now with appfuse it is annoying when run
> eclipse:eclipse, the maven seems check all source and javadoc again and
> again,
> Is there a way to disable that ?
>
> Thanks.
>
> ________________________________
>
> Jim Qiu
> 2007-09-17
--
http://raibledesigns.com
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]