Hi Richard,

I am not specifying any mirrors either. The download process access the
public maven repos, but fails for this particular eclipse package.

On one machine I have it uses the following mirror.

Downloaded:
http://repo.maven.apache.org/maven2/org/apache/ant/ant/1.7.1/ant-1.7.1.jar
(1292 KB at 581.7 KB/sec)

On the other machine it happens to choose the following mirror.

Downloaded:
http://repo1.maven.org/maven2/org/eclipse/ui/workbench/3.3.0-I20070608-1100/workbench-3.3.0-I20070608-1100.jar
(3659 KB at 52.2 KB/sec) 

Thanks,

Kim Ebert
Perfect Search Corp
http://www.perfectsearchcorp.com/

On 11/11/2013 11:17 AM, Richard Eckart de Castilho wrote:
> I realize that I may have used a bad wording here as I didn't mean "proxy" in 
> the traditional network sense. I should have say "mirror" instead of "proxy". 
> What I meant is something like this:
>
>         <mirrors>
>                 <mirror>
>                         <id>my-company-repository</id>
>                         <mirrorOf>*</mirrorOf>
>                         <url>https://my.company.com/repo/releases</url>
>                 </mirror>
>         </mirrors>
>
> Cheers,
>
> -- Richard
>
> On 11.11.2013, at 19:08, Kim Ebert <kim.eb...@perfectsearchcorp.com> wrote:
>
>> Hi Richard,
>>
>> I don't have any proxies configured.
>>
>> Kim Ebert
>> Perfect Search Corp
>> http://www.perfectsearchcorp.com/
>>
>> On 11/11/2013 10:29 AM, Richard Eckart de Castilho wrote:
>>> Did you by any chance set up a special settings.xml file with a catch-all 
>>> proxy repository? In that case, you may not be able to access repositories 
>>> which are not configured on your catch-all proxy.
>>>
>>> -- Richard
>>>
>>> On 11.11.2013, at 18:21, Kim Ebert <kim.eb...@perfectsearchcorp.com> wrote:
>>>
>>>> Hi All,
>>>>
>>>> I was wondering if anyone else is having a problem building uimaj-2.4.2
>>>> from source with a fresh Maven repo.
>>>>
>>>> I keep getting an error of
>>>>
>>>> [ERROR] Failed to execute goal on project uimaj-ep-cas-editor: Could not
>>>> resolve dependencies for project
>>>> org.apache.uima:uimaj-ep-cas-editor:jar:2.4.2: Failure to find
>>>> org.eclipse.equinox:app:jar:1.0.0 in http://repo1.maven.org/eclipse was
>>>> cached in the local repository, resolution will not be reattempted until
>>>> the update interval of eclipsePlugins has elapsed or updates are forced
>>>> -> [Help 1]
>>>>
>>>> Any help would be appreciated.
>>>>
>>>> Thanks,
>>>>
>>>> -- 
>>>> Kim Ebert
>>>> Perfect Search Corp
>>>> http://www.perfectsearchcorp.com/
>

Reply via email to