Hi,

   I can able to access http://repo1.maven.org/ from the browser and I have
made changes in the proxy settings like this:

  <!-- proxies
   | This is a list of proxies which can be used on this machine to connect
to the network.
   | Unless otherwise specified (by system property or command-line switch),
the first proxy
   | specification in this list marked as active will be used.
   |-->
  <proxies>
    <!-- proxy
     | Specification for one proxy, to be used in connecting to the network.
     |
    <proxy>
      <id>optional</id>
      <active>true</active>
      <protocol>http</protocol>
      <username>proxyuser</username>
      <password>proxypass</password>
      <host>proxy.mycompany.com</host>
      <port>6050</port>
      <nonProxyHosts>www.google.com|*.somewhere.com</nonProxyHosts>
    </proxy>
    -->
  </proxies>

    I am not having any local repository. I am very new to Maven, please
provide the step by step procedure to resolve the issue (If possible with
the screen shots). Is it necessary to have a repository?

This is my Maven folder structure :
http://www.nabble.com/file/p22798782/untitled.jpeg 

Thanks in advance,
===============================================================================

brettporter wrote:
> 
> It was in my email: repo1.maven.org.
> 
> You can configure alternatives from the mirror list on the site.
> 
> - Brett
> 
> On 23/03/2009, at 5:05 PM, NR031 wrote:
> 
>>
>> Hi,
>>
>>   In my company some of the sites are blocked, is it the problem  
>> which is
>> causing the issue? If yes can you please send me the URL for which  
>> the Maven
>> is trying to connect, so that I can check the same by connecting  
>> directly.
>>
>> Thanks in advance,
>> = 
>> = 
>> = 
>> = 
>> = 
>> = 
>> = 
>> = 
>> = 
>> ======================================================================
>>
>> brettporter wrote:
>>>
>>> Note the "connection refused" message - please check the installation
>>> instructions to make sure you've set up your proxy server, etc.  
>>> You'll
>>> need access to repo1.maven.org.
>>>
>>> - Brett
>>>
>>> On 23/03/2009, at 4:48 PM, NR031 wrote:
>>>
>>>>
>>>> Hi,
>>>>
>>>>  I just installed Maven Apache 2.1.0 from
>>>> http://www.ecoficial.com/apachemirror/maven/binaries/apache-maven-2.1.0-bin.zip
>>>> http://www.ecoficial.com/apachemirror/maven/binaries/apache-maven-2.1.0-bin.zip
>>>> .
>>>>
>>>>  Then I used the command mvn archetype:create -
>>>> DgroupId=com.mycompany.app
>>>> -DartifactId=my-app, but I am getting the following error :
>>>>
>>>> http://www.nabble.com/file/p22654645/1.jpg
>>>>
>>>> I am new to Maven, please provide the step by step procedure to
>>>> resolve the
>>>> issue. Is there anything to do apart from the normal settings?
>>>>
>>>> Thanks in advance,
>>>> -- 
>>>> View this message in context:
>>>> http://www.nabble.com/Repository-%27central%27-will-be-blacklisted-tp22654645p22654645.html
>>>> Sent from the Maven - Users mailing list archive at Nabble.com.
>>>>
>>>>
>>>> ---------------------------------------------------------------------
>>>> To unsubscribe, e-mail: [email protected]
>>>> For additional commands, e-mail: [email protected]
>>>>
>>>
>>> --
>>> Brett Porter
>>> [email protected]
>>> http://blogs.exist.com/bporter/
>>>
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: [email protected]
>>> For additional commands, e-mail: [email protected]
>>>
>>>
>>>
>>
>> -- 
>> View this message in context:
>> http://www.nabble.com/Repository-%27central%27-will-be-blacklisted-tp22654645p22654729.html
>> Sent from the Maven - Users mailing list archive at Nabble.com.
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: [email protected]
>> For additional commands, e-mail: [email protected]
>>
> 
> --
> Brett Porter
> [email protected]
> http://blogs.exist.com/bporter/
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Repository-%27central%27-will-be-blacklisted-tp22654645p22798782.html
Sent from the Maven - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to